 |
 |
 |
  | |

Recent Search Terms
Here's a collection of the "Recent Search Terms" postings I've done on my site. Basically I browse through website logs (currently using
google analytics) and look at the search terms people have used in search engines (mostly google) to find their way to my site.
""extremely simple" ascii art"
- o_O
"a company that make stuff for you"
- Uh.. all of them?
"auto-contrast filter code"
- This is a bit tricky. Basically you need a histogram of the image you want to adjust contrast of, and then scale it. You may wish to apply some curve to the scaling to fix possible gamma issues. If correcting video feed, apply plenty of low pass filtering to avoid irritating artifacts.
"big fan generator"
- Do something outrageous, and make sure you get a lot of publicity from it. Whatever it is, you're bound to get fans. Even serial killers have fans, for some odd reason.
"bug webcam logitech vertical white stripes dots"
- Sounds like either broken hardware, or you're pointing the camera directly at a light source.
"c doesnot have bit rotation"
- Sad but true.
"can additional components be added to atanua logic simulator"
- Yes.
"can i sell sdl games"
- Yes.
"can you make fractals using the golden rule"
- What does the categorical imperative have to do with graphics?
"create a bootloader program which displays a circle in graphics mode using lines first filled with green color and then it clears screen and display the circle again filled with red color. after this, it again clears screen and prompts for 10 values less than 10 and then display their sum."
- Do your own homework.
"does shadow the hedgehog have fangs"
- In all the images I could find of said character with google image search, it seems to have its mouth shut, so that's a good question.
"error! video mode 16x16x16 not available"
- That's one tiny screen you're trying to create. Try it without the fullscreen flag, and it just might work. No guarantees though; windows, at least, has some limitations on how small window you can create, at least if you want the window to be decorated.
"find an mmo developer for your idea"
- Now, this is one great business idea. Shovelware MMOs built to order!
"finished making character for mmorpg what next"
- Uh, using google is easier than picking up the manual?
"game ground graphics looks like snow"
- Try white. Maybe with a slight tint of blue. The difficulty of portraying snow "correctly" comes from the fact that each of your eyes sees snow differently. Maybe with stereo 3d rendering, one day..
"hotness function"
- if (!old_and_busted()) new_hotness();
"how many chips in 2kb?"
- That sort of depends. On things.
"how much does it cost to get a team of workers to create a mmo"
- If you need to ask, you can't afford it.
"how much money can you make off a mmorpg"
- If even the top dog is having financial problems..
"how to create a c program that simulates a game in which the program tries to guess that the number user has thought off."
- Do your own homework.
"how to get rid of the sleep key on keyboard"
- Screwdriver works pretty well. Depends on the keyboard.
"how to get your mmo ideas out there"
- Start by being obscenely rich and famous.
"how to make a demoscene musicdisk"
- Drop a bunch of music files on a disk with minimal graphical interface. Seems to work for most people.
"how to make smiles like this ^.^ on the keyboard"
- Uh, you just did?
"how to make stuff you shouldn't"
- *facepalm*
"how to tell if you are cryokinetic"
- Let's see. Can you freeze remote objects by the power of your mind alone?
"how would i calculate the angle between the two pins of clock on windows application in c#"
- Do your own homework.
"i dont know division of short int for 8051"
- Sucks to be you, eh?
"if a student adds iki solution to egg white and waits for a color change. how long would this take?"
- Do your own homework.
"is color optional in putpixel"
- Depends on the pixel you're trying to put. A b/w screen doesn't really care about the tint of the black or white you're plotting.
"is it good to use the smoothstep filter"
- Sometimes.
"is making "your own" mmorpg easy money"
- No.
"is there anyway to make vampire fangs using a keyboard code"
- What?
"routine checkerboard(int size) that draws the checkerboard. place the checkerboard with its lower left corner at (0,0). each of the 64 squares has length size pixels"
- Do your own homework.
"show how binary counter with parallel load operate as a divide by n counter"
- Do your own homework.
"so you wanted to create your own operating system"
- Did I? Not really.
"sol supplementry exam practice in history"
- Someone please tell me what the heck are these talking about?
"stop terrarium fogging up"
- Apply plenty of ventilation.
"why is cos a is always between 0 and1 ?"
- It's kinda defined that way.
"how to build a level tutorials"
- Depends.. on the game.
"how to build a mmorpg fansite"
- Just like any other web site. Mind the copyrights.
"how to code fractals in opengl"
- Depends on the fractal. Some fractals, like L-systems, you might want to create as geometry; other kinds, such as the common mandelbrot, you would probably want to write as a pixel shader.
"how to copy opengl framebuffer video memory"
- glReadPixels
"how to count words in a text file.cpp"
- Count all non-whitespace surrounded by whitespace and/or file start and end.
"how to darken a sdl surface"
- Make the pixel values smaller.
"how to determine horizontal and vertical distance in graphic c programming"
- Substract the coordinates from each other.
"how to disable 1 bit logical operator"
- To toggle, use xor. To enable, use or. To disable, use and.
"how to do 32 bit shift left operations on 64 bit machine"
- Use a 32-bit data type, or if that fails, mask out all unused bits.
"how to do graphic for my game"
- With hard work.
"how to do old school graphics programming?"
- SDL is pretty good, in my opinion. Others prefer allegro.
"how to draw sonic the hedgehog how many spikes do you have?"
- Maybe google for some images of said critter and count yourself?
"how to draw vampires tutorial"
- Draw people. Add fangs. Captivating eyes optional.
"how to enable backspace in html textfield"
- I didn't even know you can disable it. Live and learn.
"how to find max value for same two lookup values"
- Lookup tables are generally a 1:1 relationship between key and value, so maybe you're talking about some more complicated data type?
"how to fix a webcam problem generating a hazy pic"
- It's likely to be unfocused. Try to focus it - in many cases that's done by rotating the lens.
"how to get a lumex lcd character display to work with a microcontroller"
- With hard work.
"how to get calculate position using srand"
- Calculate. Using random. Um.
"how to get ride of debugger detected - please close down and restart !"
- Petition to make all forms of DRM illegal?
"how to get the most out of mmorpg"
- Don't play it. Instead, buy a good book, and read it. In a café. That'll give you all the fantasy you need, along with real social interaction. Yeah, like I'm the one to preach..
"how to implement blining cursor using sdl"
- Don't draw it every frame.
"how to include bresenham line algorithm into opengl to draw alphabet on grid"
- You don't need bressenham in OpenGL; just use the line primitive.
"how to install terra nova strike force centauri on vista"
- Dosbox.
"how to make a high graphic game"
- Start from a low graphic game, and then lift the graphics higher.
"how to make and sell your own role playing game"
- Travel back in time and try to talk to TSR and folks in the early 80's.
"how to make good pixel graphics"
- With hard work.
"how to make skeleton using metal threads as homework"
- Wow, cool! What school do you go to?
"how to make slippery tiles rough"
- Depends on the material, but chisel and hammer might work.
"how to make your sister do stuff for you"
- Following the golden rule, do stuff for your sister?
"how to map lpdword to wparam"
- "lpdword" being long pointer to doubleword and "wparam" a word parameter, I'm not sure if that works. But win32 api being weird as it is, maybe it does.
"how to sell your mmorpg idea"
- Step one: Find someone incredibly stupid enough to pay for ideas. Step two: introduce him/her to me..
"how to use boolean logic with effects alcohol has on syndrome babies"
- Right..
"allocconsole second thread second console only one console"
- I think a windows process can only have one console. Could be wrong, though.
"c program to display a given positive integer number like an lcd screen 3x3"
- Kind of an interesting school assignment. Does this refer to some graphics mode, or text? Either has its own challenges.
"calculate and plot pixel coordinates of line that have two and points (10,5) and (2,2) using bresenham algorthm assuming that the starting point is at the left"
- I don't know.. could you be a bit more specific?
"can you make an mmorpg in html?"
- Sure. Can you? Of course the back end can't be pure html, and some ajax stuff needs to be applied..
"dare survival"
- To quote Sokal's Ankardo, "bravery is not having imagination at the right time" (or some such)
"galaxql refreshes blinks"
- Probably on a mac. wxwidgets doesn't work exactly the same on all platforms.
"getting x and y coordinates from the color hex like "0xffffff""
- You're asking for a two-dimensional coordinates in cartesian space from a 3-dimensional color space?
"how do i get pyrokinesis to show up on my webcam"
- Step one: perform an actual pyrokinesis.
"how to block off water in a vivarium"
- We keep the ventilation and temperature high. High temperature keeps the water in mostly gaseous form, and ventilation gets rid of the extra moisture.
"how to calculate transformation in 3d game"
- That's probably one of the most fundamental things while making a 3d game.
"how to change levels in a game programming"
- Depends entirely on the game in question, but the basic idea is to ditch all the data about the old level and load up the new one.
"how to convert picture to ascii art 16 colors"
- More art than science, I've found.
"how to find text mode character size"
- You generally speaking don't. And the user may change fonts on the fly, as well. Some fonts are vector fonts as well..
"how to get calculate position using srand"
- Now, 'srand' initializes the random number generator. It doesn't even return a value..
"how to pause loop sdl"
- SDL_Sleep() yields the thread for N milliseconds, if that's what you're after. To make a 'pause' mode in your game, you need to implement game clock separately, and don't increment that while in pause mode.
"i want a mmorpg that's a bit different"
- That's the problem, isn't it? Everyone wants to make an mmo that's only a bit different.
"if we received a radio message from alpha centauri today,how long agp would have it been sent?"
- About 4.37 years.
"in the game,what is the most important tool in the time of survival"
- Your wits.
"latest survival stuff"
- You're on the wrong site.
"my logitech webcam has suddenly gone hazy"
- Stop smoking.
"no suitable graphics card found couldn't find a direct3d device that has a direct3d 0 level dirver and supports pixel shader 1.1 or greater this program requires pixel shader 1.1 and vertex shader"
- That sounds a lot like an error message from some application. How about searching the net for the application instead?
"please play these samples in windows media player before playing them in fake webcam"
- What's a fake webcam?
"secret capture mouse c++ wxwidgets"
- It's no secret.
"setting up game programming environment on windows"
- Depends a lot. You may want to use pygame, or install visual studio. Maybe you want flash devel tools instead.. or inform.
"text mode blocks how many pixels"
- 8x12 is the normal one.
"vesanen juho evtek"
- Yeah, I know, I've been trying to reach him for ages, but he's always busy.
"what graphics program should i use to create a game"
- Adobe Photoshop is my weapon of choise, but there's plenty of free tools out there nowadays that may do the trick, like paint.net.
"what you need to know to start programming your own mmo"
- If you need to ask, you're not ready.
""did she blush"
- Possibly. Who's asking?
""game programming" "cpu cache""
- Largely irrelevant.
""tutorial" method "develop" high graphics "games""
- Prefab materials. Use prefab materials to populate content. Use lighting and shading to provide variety.
"1. what pixels will be marked in drawing a circle (100, 90) in graphics"
"c++ samples guessing number, coordinates size of triangle exit program"
"create a graphical app java program that displays a checkerboard with 64 squares altering blavk and white"
- What's this, ask google to do my homework?
"atanua remove grid"
- There's no way, but you can simply select everything and drag it up or left out of the grid.
"avr reading mouse movement"
- Depends on how you're interfacing mouse with your AVR.
"bullet hell algorithm"
- From what I've seen, they're mostly sin/cos things.
"glcopyteximage2d is slow"
- Yes. Use FBOs instead.
"how do you code the graphics part of a game"
- Blood, sweat and tears. And some fun mixed in, too, I guess. There's also lots of reference material, books etc, available, but effort is the key, I think.
"how much milliseconds does getmessage(&msg, null, 0, 0) execute"
- Probably around zero, but it rather depends.
"how to power a pc fan vivarium"
- I used an unused cellphone charger. It was an old one, and conveniently gave me 12V. Your mileage may vary.
"how to use boolean logic with effects alcohol has on syndrome babies"
- What?
"make your own mmorpg without programing or writing codes"
- You know, there's probably a real market here. Set up a turnkey mmorpg solution, and sell tons of copies. Except that these dreamers probably don't have any money.
"nibble twiddling"
- That doesn't sound quite right..
"parts of a microsoft keyboard and putting one back together"
- Oops =)
"photos alien wrist implant"
- It's actually some more or less common disease, doesn't really have anything to do with aliens.. (no, I don't have one, I googled this)
"project+microcontroller based baby cradle system+source code"
- That sounds pretty dangerous to me. Someone's life might be at stake.
"site: sol.gfxile.net -"congrats on the boy from druggy :)""
- Thanks druggy, and now we retire this "hacking" trick. Can you figure out others?
"source code in opengl projects on cracking of egg"
- Sounds interesting. I'd probably skip the physics and just fake it.
"start your own mmorpg server"
- Follow the installation instructions supplied with your product.
"uncfl created by jari komppa"
- It was actually created by Jetro Lauha. I am the authof of CFL though.
"what happens if you dont start your writing sol on the first line?"
- Based on how the question is formed, probably something awful. I have no idea what you're talking about though.
"whats the meaning of the "best swordsman""
- It means that by some commonly and independently agreed on standard, there is some person who is the best swordsman.
"where can i get documentation for data encryption and decryption in .net for mca fianl year project"
- I'll just hazard a guess, but.. from microsoft?
"who owns terra nova strike force centauri rights"
- I wish I knew. Although, if I did knew, I probably couldn't do anything about it.
""what is" + "0xff" + pixel + color"
- That depends a lot, you know, on the graphics mode.
"(1-t) interpolation"
- You probably meant e1-t instead.
"+demo +coding +tutorial"
- Do some effects. Sync them with music. Figure out a cool name. You're done.
".cfl file opener"
- There's an uncfl in the cfl source package, that might help.
"c++/opengl sample code to implement room with furniture"
- That's quite specific, don't you think?
"can i view sol files"
- Unless they're hidden, why not?
"compile sdl into executable"
- The answer used to be, you don't, but now you can, if you're willing to pay for it.
"funny pictures 80x50"
- Well, some like them small, I guess.
"graphics required for games-explanation"
- I'd like to hear that explanation too.
"how old do you have to be to make a mmorpg"
- I try not to pick mmorpg queries but I think this one speaks for itself.
"how to build a game level"
- Depends on the game.
"how to calculate lighting on height maps"
- You could do some ray-tracing, or you could convert the height map into a normal map and use that.
"how to draw microcontroller in wxwidgets"
- Microcontroller. You keep using that word. I don't think it means what you think.
"i want to make a mmorpg and i have a team what engine"
- If you have to ask, you don't.
"karnaugh map xor trick"
- It's a kind of a checkerboard pattern if I remember right.
"mmorpg in which you create your own character"
- Doesn't that kind of cover every single one out there?
"name of character on keyboard on zero button"
- Uh, zero?
"rob zombie sinister urge copy protection"
- No, it really does sound like that.
"sol of trauma (jari komppa) is a nice guy, he will like this line"
- I think I'll stop quoting obviously "hacked" results now, unless they're really special.
"the golden compass compass w32 stop working"
- Is that you, Lyra?
"what is logic simulation"
- It's logic, simulated.
"download mca final year project sample in .net"
- Now I don't know what mca is, but as a query this sounds rather suspect.
"guess secret number replayable programing c++"
- The trick is in calling srand with the current time to get a different random number every time.
"how does a cpu use bit shift"
- The most common way is to use a barrel shifter, I believe.
"how to pause a while loop using sdl"
- Now, it's entirely possible to "pause" a while loop by, for instance, using some kind of longjmp trickery, but I suspect this is a case of a wrong question.
"i have used settimer() in windows programing but not sending wm_timer"
- Are you handling wm_paint messages properly? Windows really, really wants apps to handle painting, so it's possible that your timer messages simply aren't getting through.
"lets make mmorpg together"
- lets not.
"light block plastic sheeting for vivariums"
- Bought ours used. Sorry.
"stories ideas - the town where nobody smiles"
- Try Finland. It aint no story.
"use of vesa functions in windows to access video memory"
- This sounds like a rather weird trickery. However, I'm pretty sure the video drivers won't allow it.. most VESA drivers under windows are broken anyway.
"8051 programming code for door locking with secret code with touch screen"
- Sounds complicated, but could be a fun project.
"c code to draw dark line using bresenham"
- Take the Bresenham algorithm, and.. I don't know, plot black pixels?
"content driven mmorpg"
- All of them. Except maybe love. No, wait, that too.
"debugger detected please close it down and restart linux"
- linux? That's a rather familiar dialog from windows, but.. linux?
"directx melting snow blend alpha"
- That could actually be a fun project, in 2d, to do with cellular automata.. cells distributing "coldness", and outmost ones, getting too warm, turning into water and flowing away..
"gta 4 ati z-fighting problem"
- Make sure you set color to 32bit.
"how to capture mouse movement in 1 frame buffer by another frame buffer"
- Who to the what now?
"how to count words in a text file .cpp"
- Google is such a great tool for homework projects, don't you think?
"int 13h graphic tutorial"
- Oo, I know this one. "mov ax,13h; int 10h" to set the mode. Plot pixels in segment 0a000h. To change palette, set color offset by outputting to port 03c8h, and set the colors by outputting to 03c9h (r,g,b,r,g,b..). For retrace sync, read port 03dah and check when the high bit is one. Wasn't life much simpler back then?
"interfacing avr microcontroller with webcam"
- Tricky.
"is cloning now possible?"
- Yes, but not in the way the popular media shows it. You don't walk in a closet, press a button, and see a clone of yourself; it is, however, possible to grow "identical twins" of sorts, and as you should well know, identical twins are separate entities with different whims, memories and whatnot.
"light textures"
- Do you mean lighting textures or textures that don't weight much?
"make a sdl application have an icon in windows"
- I used a program called resource hacker once to put an icon to a ready windows application. Anyway, windows uses the first icon resource as the appicon, so you can add it in visual studio, for instance. Then, you can use a SDL call to set the runtime icon as well.
"make your own character that you design"
- Step one: get some paper. Step two: get a pen. Step three: ???. Step four: profit!
"maximum value of 16 bit word 65535 or 65536"
- The maximum value a 16-bit word can contain is 65535, or 0xffff. Since we start to count from zero, the maximum number of discrete values a 16-bit word can represent is 65536.
"opengl flc player"
- I'd probably render in software and then upload each frame as a texture. This will, however, eat plenty of bandwidth. I doubt it's possible to write a FLI/FLC decoder in a shader language though..
"should you sleep extra hours before a contest"
- Can't hurt.
"site:sol.gfxile.net i'm just trying to mess your search results ;)"
- Aww.
"amateur mmorpg"
- Amateur pro wrestling?
"anyone who announces they are leaving sol let's see how long they can stay away for"
- Uh, sure.
"basic kanji book"
- What do I look like, a library? Have you checked if amazon has something suitable?
"bit shift tutorials on int and char data types"
- They're more or less the same, with different amount of bits. Except if you're talking about java, in which case char is a bit more different.
"escapi camera save file"
- After you've captured a frame, save it.
"gta iv highly compressed full game download"
- This almost made me laugh out loud.
"how to create persian font in glcd in microcontroller 8051?"
- The same way you do western font in a graphic ldc in microcontroller 8051: pixel by pixel.
"how to fix a webcam problem generating a hazy pic"
- Check if the camera has a focus adjustment, this is typically done by rotating the lens. Check the manual of your device.
"how to make cryokinetic effect in photoshop"
- No idea, but it sure sounds interesting.
"how to make people love you in mmorpgs"
- Be nice?
"it's important to note that you shouldn't try to optimize you homepage for more than on theme"
- Is it? Actually, I have no idea what you're talking about. There's plenty to optimize in a homepage, like navigation, readability, accessibility, render speed..
"little circle with r in it keyboard functions"
- Alt-0174
"new blocks fall down into grid beginning game programming tutorial"
- Okay, that's one idea.
"sdl resize windows lost texture"
- Yes, you lose textures when resizing an SDL window. Luckily they're pretty easy to put back, as long as you load your textures through the same function every time. See my 2d gl basecode for an example how to do this.
"she looked at me with a tear in her eye"
- How romantic!
"shower door effect kernel in image processing"
- What, you mean like a blur?
"sites which can help me in making project on simulation of bcd adder"
- If digit is greater than 9, reduce digit by 10, add one to next digit.
"sol pisses me off"
- A thousand pardons, effendi.
"terra nova strike force centauri source code"
- Don't I wish.
"using your keyboard to draw"
- Dip your keyboard in a bucket of paint..
"what is meant by handle to device context"
- That's two abstraction layers you're talking about. Handle abstracts data access, and device context abstracts the target hardware.
"why sol's shouldn't count towards graduation"
- Could someone tell me what the heck is this referring to?
""strange attractors" pixel shader"
- I'd probably use the vertex shader for this. Makes more sense.
"are hwnd and winclass.hinstance the same"
- No. Back when windows was still in real mode, it made sense to have only one copy of an application in memory even if the user saw several instances of it. Each instance was separated by having its own hinstance. It's historical garbage.
"feet hurts no apparent reason"
- Go see a doctor.
"how do i write a movie animation program with dev-c++"
- Do people really think they can find tutorials like that?
"how to make a baby cradle out of a watermelon"
- What?
"how to multiply a(10 bit variable) with b(5 bit variable) in easy steps?"
- Step 1: a*b
"i need a team to make my own mmo"
- I really should stop commenting on these, as they only seem to attract more of the same.
"need for speed carbon (download compressed file) what's next"
- Go to the store, buy your own copy.
"platform specific file open dialog sdl"
- Should get around to cleaning up and releasing it. *sigh*
"why do we need vector normalization in graphics programming"
- Because floating point math isn't accurate.
"winfrotz symbian"
- Instead of winfrotz, try to find frotz for symbian.
"zlib microcontroller"
- Tricky.
""boom boom driller" source code"
- You know, I've been considering cleaning it up and releasing it. Whether I get round to it depends.
"a simple understandable tutorial for compiler design?"
- Yes, that would be nice.
"can we add pixels on the white dots on the screen"
- Yes.
"coding of traffic controller by using atmega32 microcontroller"
- Sounds like a school assignment.
"create ur own games then own them 100%"
- Do it by yourself, don't steal anything, don't use copyrighted material. Presto.
"curver aromafresh"
- Why on earth do I find this in every month's search terms?
"cycle exact simulation"
- Is tricky.
"have your own mmorpg"
- Sigh. Let's consider this. If everyone had their own mmorpg, who would play them? If nobody plays a mmorpg, is it multiplayer, much less massively so?
"how can i get c program for graphics to create a game"
- The person who said that there are no stupid questions obviously didn't read search terms for his website.
"how to clone an mmo and make it your own"
- Priceless.
"how to create a cfl file"
- makecfl.
"how to make a 1% sol from a 48% sol"
- Add water.
"how to write text-mode demos"
- Figure out how to plot characters in text mode, and then.. do a demo. There are plenty of libraries out there which you can study to figure the first part out, if you don't want to use the libraries directly.
"i don't understand pitch in sdl"
- Width is the.. width of the visible image. Pitch is the width of the image, including non-visible part. To get to the start of the next visible row, add pitch. Note: pitch MAY be the same as width.
"i want to make a mmorpg but have no idea how"
- Accepting the facts is the first step towards getting healthy. I'm glad for you.
"if you have 128 pixels how far will that go in seeing distance"
- Depends. Are you an ant, a bee, or a HD-ready security camera?
"is graphics programming fun?"
- Much more so than just playing around with algorithms with no connection to reality. With graphics you have something.. more real. It's like physics is to mathematics, I'd say.
"my life the game that you get make your own life just how you want it"
- Let me guess: someone told you to get a life?
"prince make sol valve"
- watermelon pour moon bolt
"replace game and watch graphics"
- Tricky.
"what does the word vertices mean"
- Cornerpoints.
"what is esc to quit in c++?"
- That isn't what c++ is for. You need to check the problem at slightly higher level. What operating system and/or framework are we talking about?
"who was the first main sourse of housekeeping"
- What the heck?
"win32 selectobject what does it do"
- I'll just wager a guess here, but I'd say it has something to do with selecting an object for something..
"achievers not dreamers programmers"
- While finishing tasks and projects is one of the most valuable characteristics of a good programmers, having a bit of a dreamer in you doesn't hurt.
"adobe after effects tutorial cool intro square tunnel"
- What, square tunnel is a cool intro? On what planet?
"are there games where you build your own stuff"
- Yeah, it's called the GNU compiler collection.
"buy your own mmorpg site"
- I guess it's possible.
"calculate angle and distance c code"
- Angle - look up atan2. Distance - look up pythagorean theorem.
"calculate distance in perspective"
- Now that's a bit trickier.
"can a hedgehog's spikes hurt you"
- Yes.
"cbclsextra is for"
- User data.
"directx 7 sdk sucks"
- Try OpenGL instead?
"electricity effect d3d c++"
- I did this by making a more or less linear triangle strip, and then randomly moved vertices around a bit. Additive blending, and a cool light blue color. Worked pretty well.
"gdi+ crash and matrox"
- Matrox is still around?
"how to build a toggle with atanua"
- Look up T-latch.
"how to make a c++ educational game"
- Make a game. In C++. That is educational.
"how to make a game use less graphics"
- Re-use some.
"i'm 14 and want to make my own mmorpg"
- That's nice. You may have it done by the time you're 25!
"if (you're happy and you know it()==1) } then clap your hands() c#"
- Okay, let's all calm down, take a deep breath..
"kaija koo pics"
- In certain light, sure.
"ludum dare tutorial"
- No-one can be.. told.. what the Ludum Dare is. You'll have to experience it yourself.
"screen shows lemon background vertical lines when starting xp home what does it mean"
- Probably a broken vid card.
"site hiring people with good mmorpg ideas"
- In your dreams.
"the gtk file open dialog blows"
- Yes, it does, doesn't it?
"things you need to make a successful mmorpg"
- Plenty of money to burn, and no hurry in paying it back.
"vc++ change display resolution fail"
- epic fail?
"want to make my own mmorpg"
- What is it with people who want to make their own MMO these days. Would they play their neighbor's own MMO? Where would they find all the players for their own? I guess running a BBS 'back in the good old days' was kind of running your own MMO..
"what is an 8051 processor emulator"
- Depends on whether you ask a hardware or a software guy.
"why is boolean 8 bits"
- It isn't. Boolean is a concept. How this concept is simulated depends on the system. Booleans can be anything, from 1 bit to a bazillion. Common values are 8 and 32.
"winapi future"
- With all mission-critical winapi-based software out there, I'd say it has a few years in it yet.
"bring window to top which one will be clicked + win32 api"
- I have no idea whatsoever.
"c programming+ datastructures +change the colors of bmp file+linux"
- Using a few more quotes would probably get better search results. Sounds quite specific..
"carma cameleon lyrics"
- It's Karma. You know, "your Karma ran over my Dogma", and all?
"curver aroma fresh"
- No idea.
"decrypt cfl-file"
- Good luck. Most CFLs in the wild with encryption, the ones that I have had anything to do with, anyway, use pseudorandom xor encryption, which, as far as I know, isn't "cryptographically safe", but personally I have no idea how to attack it. Apart from hitting the application with some hardcore debugger and let it decrypt whatever you wanted. This assuming that we're talking about my compressed file library format files.
"download+tutorials+create+galaxy"
- Aiming high?
"flc fli source code"
- There were several flc-related searches in the log, including ones linking SDL and flc, wxwidgets and flc, and PSP and flc. Either 'flc' has started to mean something else as well (than the old 'flick' animation format), or there's something weird going on. Anyway, you're on the right site - download txtfli2.zip for the sources. The fli/flc part is not textmode specific. There's some trickery involved if you want to port it to ARM, as there's some non-aligned 32bit reads going on.
"graphic operating system from scratch tutorial"
- Here's a hint. Operating system != user interface.
"how much money do i need to build my own mmo"
- If you need to ask, more than you have.
"how to make graphics?"
- Good question.
"i need a team to make my own mmorpg game"
- Why not just join some team that's already working on one?
"i was done xor to one veriable but now i want it back same variable"
- Hit your 'veriable' with the same xor again.
"is there a mmorpg that you can create what you want?"
- Depends on what you want.
"liquid keyboard drying time"
- This one just depends.
"logitech quickcam 100ma messenger download"
- Tried the logitech site yet?
"making your mmorpg popular"
- Ah, another good reason why you need more money than you have.
"max value of int using bit operation"
- Try "Not zero".
"my pc writes z instead of y"
- Wrong keyboard layout, maybe?
"opengl how to draw cosine and sine"
- Sample the sine and/or cosine and create, for example, line segments between the samples. If it looks too blocky, take more samples.
"photoshop filter to create zx-spectrum style graphic"
- The ZXSpectrumizer to the rescue! Actually, when I made the Koalizer I did the ZXSpectrumizer just for the heck of it, but for some reason it's more popular. Weird brits, I guess.
"ripped max payne 1.0 stops working after some time vista"
- Perhaps you should try a purchased copy of the latest version of max payne? It's available on steam, for example..
"shower door hinge"
- The last time I looked, shower doors tend to be sliding ones, instead of hinges. This doesn't mean that there could be hinged doors in some showers. Our current shower just has a curtain.
"sol dirty"
- But I just took a shower!
"step by step create s3m"
- First, build a PC that's capable of booting to MS-DOS, and has a ISA sound board, such as SoundBlaster Pro or Gravis Ultrasound. Install MS-DOS 3.3 or equivalent, and whatever version of ScreamTracker 3 you can get your hands on. Read the documentation of the latter for more information.
".fi website extension"
- It's Finland, Baby!
".pcx library in .net"
- Wow, old image formats never die. I don't think converting old C code to C# would be difficult..
"7474 pins connection"
- Next time, search for "7474 data sheet", mmkay?
"a paint program c source using opengl"
- Interesting idea.
"adding and substracting in a differnt base"
- Step 1: convert to same base. Step 2: add or substract. Step 3: convert to whatever base was desired.
"address of brilliant tutorials"
- Try this.
"afraid of 3d math"
- Most of the time, you don't need to be. APIs tend to hide most of the complexity, although knowing some concepts does help.
"ascii code for alphabits in c++"
- "alphabits"?
"atanua +rotate"
- Select part, press Ctrl-R.
"atanua examples"
- Inside the distribution zip file. (or tar.gz, or .dmg)
"atanua help tutorials"
- There's the interactive flash demo which might help; contact me if you really think there needs to be something more comprehensible.
"atanua source"
- My experience with the linux community has caused me to reverse my earlier plan to release the sources. Maybe some year.
"bad base code image"
- Okay.
"best place military service finland"
- I can heartily recommend the signal regiment in Riihimäki.
"best way to learn sql"
- While I wrote it, I still think GalaXQL is at least the most FUN way.
"bit manipulation is it faster in c"
- Faster than..?
"bit twiddling highest bit"
- There were several search terms like this; some way to find the highest bit. That is actually a rather interesting problem. This page has several solutions.
"broken framebuffer vesa"
- Yes.
"c hex 0000011110110111"
- My windows calculator says 7B7. Does that help?
"calculating screen pitch"
- You generally don't calculate it, but get it from some API.
"checkerboard on games asus 8600"
- Sounds like a broken video card (or possibly bad drivers)
"cursed things"
- Lots of things are being cursed every day.. like crashing computers, or the Symbian OS..
"floating dots game"
- Curious.
"galaxql answers"
- Yeah, I probably should get around to writing some kind of document on that. On the other hand, that would also require a rather big reworking of GalaXQL from my part, so don't hold your breath.
"gametoy corporation"
- Alas, my 'gametoy' project has probably stopped, as I ran out of motivation on it. And no, I have no idea about the corporation =)
"helpful ways to get through the sol tests"
- Who to the what now?
"how to make your own 3d mmorpg easy and fast"
- This question can be understood in two ways. Either it means "how to build the mmorpg in a easy and fast manner", or it means "how to make the mmorpg easy and fast". Answer to the latter would be by optimizing and doing focus group testing; answer to the former is, you don't.
"how to steal game files from a game"
- No.
"i want to make an mmorpg of copyrighted characters"
- License the characters then. If you have the funds to make the MMORPG, you probably also have funds to license the characters.
"ir webcam software"
- Usually it's the hardware that does the IR thing, not software.
"koala painter for windows"
- I doubt there's one, but there's always the Koalizer photoshop filter!
"loading bmps c++ without d3dx"
- Look up the BMP file format and write the loader. Or use one of the bazillion image loading libraries out there.
"make old 8 bit graphics gfx game"
- First, you need to travel back in time. There's no other way to make an old game.
"make your own text based mmo"
- Look up MUDs.
"mikko nurmi metal"
- Quote from IRC: 22:51 <+spector> hääh?
"nand gate 7402"
- As far as I know, 7402 is a bunch of nor gates, but different manufacturers don't neccessarily agree.
"negative values as booleans in c"
- C doesn't really care if your booleans are negative or positive. 0 is false, anything else is true.
"pcx compress source"
- You may wish to peek into my 'pcxlite' (under "code"); it includes PCX saving routines.
"purchase base code"
- Contact me, maybe we can work something out.
"sdl blur c"
- You may wish to try to apply a 3x3 averaging filter kernel over an image.
"sdl webcam support linux"
- There was some talk about doing a linux port of escapi, but it never materialized.
"sdl, bundle into exe"
- Don't.
"simple coding to renders several copies of object in different position using opengl"
- Render object. Adjust matrix. Repeat as neccessary.
"symbian pause millisecond"
- Good luck.
"tutorial for drawing detailed trees with shadows"
- I recommend shadow maps, even though they have their own problems. Doing stencils on detailed trees sounds painful.
"watcom win32 api"
- Look up wintab.
"what resources do i need to make an mmorpg?"
- Money. Lots. More than you have.
"windows winapi stop shutdown"
- Uh oh.
"winfrotz games"
- Look up z-machine, inform and infocom.
"5 bit binary list"
- 00000 00001 00010 00011 00100 00101.. you get the picture.
"64-bit hexadecimal fill pattern"
- 0xffffffffffffffff
"640 bit programming"
- Whoa.
"8 bit to 32 bit operation c example"
- char my8bitvalue = 0x3f; int my32bitvalue = my8bitvalue;
"altering the graphics card color look up table"
- I think this question was relevant a decade a go or so.
"c bit manipulation 512 bits"
- Split it in 32 bit chunks and you're nearly there.
"c++ number-guessing game with switch"
- Homework?
"can u do a quake source mmo"
- Yes. But why?
"change color while the ball rotate"
- Just do it..? I can't see what's difficult in that..
"change icon in an sdl application"
- This comes in two parts. First is to change the app icon, which is platform-specific, and the second bit is that you can change the running application's icon with a simple SDL call.
"compiling drivers for gp2x tutorial"
- Don't see any reason why you'd need to compile drivers for the gp2x..
"cosine for game programmer"
- Hint: it's exactly the same as the cosine for other people.
"d.a.r.e.- what stuff does alcohol cause"
- Hard to say, considering that I don't drink.
"definition "content-driven projects""
- There's projects that are logic-driven (or code driven), like tetris or minesweeper, and then there's projects that are heavily content-driven, like all MMORPGs, etc.
"dev c++ lowercase to uppercase tutorial"
- char foo = toupper(bar);
"generate rare name"
- I guess if you take a bunch of random characters, you'll end up with a rather rare (and unpronounceable) name..
"help to make bcd and binary up and down counter using 4 bit binar adder and a register"
- Why would I help you do your homework?
"housekeeping graphics"
- What?
"how do big companies make mmorpgs?"
- With big piles of money.
"how i want to make stuffs"
- I wouldn't know.
"integer division with boolean logic"
- Have fun =)
"koala painter for windows"
- I planned this kind of program long ago, but found better uses for my time.
"looking team for mmorpg making"
- I'm pretty sure you can buy one from China, or India. The team, I mean.
"make a huge mmorpg"
- No.
"make old 8 bit graphics gfx game"
- That's more like it!
"site:sol.gfxile.net awards"
- Unfortunately, nobody has given my site awards (that I've taken seriously, anyway).
"sol writing games"
- Mostly at Ludum Dare.
"survival do nots"
- Don't die.
"symbian pause millisecond"
- Good luck.
"triangle strips to render n-sided polygons"
- Try fans instead.
"veggietales theme teachertube"
- Who to the what now?
"what are exceptions in 8051"
- Do yourself a favor and find the data sheet.
"what is 0xff as an unsigned integer"
- 0xff.
"what mmorpg developers need to create better games?"
- Stop making mmorpgs?
"why we should lock vertex buffers before writing in it"
- So that the driver knows that you're changing the data. Too many cooks and all that.
"you want"
- Funnier search terms =)
""i was afraid to say anything""
- I'm not surprised.
""who owns the rights" to terra nova strike force centauri"
- Nobody knows, is my guess.
"$sql ="delete from where ("
- seriously!
"+how +to +make +graphics +in +.net"
- +in +a +very +slow +or +alternatively +in +a +unsafe +way +I'm +afraid.
"0xc0cac01a"
- Okay, if you're from the cola company legal department, don't sue me; if you're from the marketing division, yeah, I'd love to get paid for the product placement =)
"2 color balls sorting problem"
- If the radiuses (or however that's spelled) are the same, just sort the centers.
"256 bit sine lookup table"
- Whoa, 256 bit accuracy, that'll take some calculation!
"a manual on how to create your own mmorpg"
- Oh fer pete's sakes!
"accuracy float cpp"
- Worse than you'd think.
"alternative zu solvbe"
- None that I know of, except for using dosbox, naturally.
"answers to galaxql 2.0"
- I'll write them any year now, honest!
"are there any countries in the world news starting with the letter "y"?"
- I don't know, Yemen?
"beginners c programming tutorials"
- One of the projects I'd love to do is a beginner's tutorial in C in the same way I did galaxql. Maybe one year.
"better console application for os x"
- What do you mean better? Maybe you meant a better shell?
"bit, byte, nibble, word, long, short, boolean, etc."
- Yes.
"book puts devil on trial"
- devil's advocate, maybe?
"c++ and code::blocks tutorials"
- Put out a stable version and I'll write the SDL tutorial for code::blocks.
"change slidervalue as textfield value changes"
- You need to update the slider value from the text field and the text field from the slider. It's kinda tricky but works.
"clean natural keyboard space"
- Probably easiest by taking the whole keyboard apart.
"coding l-system"
- One of the good sides of browsing these lists is getting ideas. One idea is to make a galaxql-style "studio" for l-systems. Maybe one year..
"coldfusion cv"
- It's been so long since I touched CF the last time that I don't know if I'd recognize the language anymore.
"carma cameleon/lyrics
cama cama cameleon, you came and go (lyrics)
coma cameleon
coma cameleon comes and goes lyrics
coma cameleon lyrics
coma cameleon song
coma cameleon year released
coma cameleon you come and go
coma coma cameleon
coma coma cameleon free down load
coma coma cameleon song
coma coma coma cameleon
coma coma coma cameleon downloads
coma coma coma cameleon song
coma coma coma coma cameleon
coma coma coma coma coma cameleon
coma coma coma coma coma cameleon lyrics
come a coma cameleon
come on come come coma cameleon
cummer cameleon lyrics
song coma coma coma coma coma cameleon
the song coma coma coma cameleon"
- It's KARMA CAMELEON! Some people really have Van Gogh's ear for music..
"counting the number of days in school and cute"
- Depends on the school, sorry. And cute.
"creative webcam showing hazy pictures"
- You can focus the camera by rotating the lens. In some models anyway.
"d3d assembly demo source"
- Try in4k
"define what it is to play a game"
- This question would require far too much time to answer. Maybe one year. =)
"desings to make school projects"
- How lazy can people be?
"desperate dynamic libraries"
- Okay, that's a new one.
"dogs that leap up in the air example coton de tulear"
- Interesting.
"download digital signed free software for my video card nvidia"
- Try nvidia.com perhaps?
"download sql database patients"
- I hope it's not that easy =)
"extract 8 bits out of 32 bit word with shift operator"
- Don't know why, but that sounds like a school assignment.
"finns difficult"
- I guess we sometimes are.
"from 4am onwards"
- I'm probably sleeping.
"hot to check if button was clicked"
- Listen for it.
"how many bit patterns can be represented by a 8 bit word"
- o_O
"how much weight can you lose stopping softdrinks"
- Depends on how much you're doing now, how much you weight, how's your diet otherwise, and so on.
"how reset sdl_getticks()"
- I don't think you can, but it's easily remedied by taking the current value and using it as the offset afterwards.
"how to check whether it is 64 bit or 32 bit microprocessor"
- This is probably quite platform and environment specific. In C you could (possibly) check if sizeof(long) > sizeof(int)..
"how to draw vampires tutorial"
- Now, this is one tutorial that I'm not planning any year now.
"how to find max value for same two lookup values"
- Erm, pick either one?
"i have download movie and it's format is sol"
- From my point of view I think you're quite s.o.l.
"i want make my own mmorpg!"
- And I want a pony! Actually, I don't.
"i'll try to explain you in a simple manner"
- Nice.
"koala painter plugin photoshop"
- Omg, someone's actually been looking for it.
"lcd block doesn't appear in psoc designer"
- Well, I wrote the lcd controlling code from scratch, bit-banging the LCD.
"translate: doneish"
- translation: Kinda done.
"void drawcircle(int x, int y, int radius) // write you code in it for circle drawing"
- Now if this isn't a class assingment, I'm surprised =)
"welcome to maxvalue doors corporation"
- Wtf =)
"were is return on the keyboard"
- You've got to be kidding me.
"what is a drink that starts with an h ?"
- Hot milk?
"debugger detected"
- There's (again) been plenty of searches related to this. And as before, I just have to welcome you to the world of DRM.
"what is the strangest, funniest, or least useful usb device"
- Considering that USB is pretty much just a 5V 100mA power plug, you can do just about any sort of pointless device on it.
"about shadows"
- Light, meet surface. Eye see color. Add occluder object. Eye see darker area on surface. That be shadow.
"dx10 z fighting"
- I doubt dx10 is the magic bullet that makes z fighting go away. The solution most likely is to move the near clipping plane further out.
"galaxql 2.0 answers"
- There's been so many questions about this that I'm pondering on writing a "teacher's manual" of sorts, with answers. If I ever find the time, that is. At the same time I might try to solve the mac os x intel problem, but alas, I have no intel mac. Give me one? =)
"glcopyteximage2d ati slow"
- Yes. Use FBOs, do.
"how to make cool desings with the keys on the key board"
- You mean like ascii art, or art made of keyboard keys ?
"jari komppa appears to be in alpha centauri"
- I knew I'm on the wrong planet.
"l-system using opengl tutorial"
- Maybe I should write one of these. Hmm.
"my web page disappears when i close my pc"
- ...
"shadow mapping"
- Yeah yeah, when I get to implementing them in some sane (read: shaders) manner, I might publish something.
"six drinkable things"
- Let's see. There's water, and then plenty of things that contain water, like juice, milk, coffee, tea and cocoa! That's six, right?
"stuff about pythagoras starting with the letter "y""
- You know, Pythagoras was just this guy, right?
"text mode "video memory" nt console"
- Look up AllocConsole in msdn, and also read all the 'see also' pages.
"using your keyboard to draw with using coma cursor"
- ...
"vista gets stuck idle"
- Never change microsoft OS versions before the first service pack. Didn't you get the memo?
"what is a drink that starts with the letter h"
- Hamburgerita?
""height map" tutorial"
- This depends on where you want to have the height map in, but basically we're talking about a 2d grid of values which are considered to mean the "height" of a surface at said point.
""without data file" sqlite"
- I guess this should be possible, as sqlite includes a "memory database" mode, but I can't remember it outright. If nothing else, it's always possible to create a virtual filesystem in memory and fool sqlite to use it instead of stdio.
"'finnish summer cottage clipart'"
- Uh, ok.
"3 values none can be the same boolean logic"
- I think that speaks for itself.
"alien spoon in brain"
- ..
"c++ simple text adventure r + -"
- I recommend inform for text adventures. I haven't used inform7, but inform6 at least was pretty good.
"calculate angle two points,glut"
- If you have two points, you can have a line. To have an angle you'll need some kind of reference to calculate the angle against.
"complete tutorial on graphical lcd 128x64"
- You wish.. finding information about electronics seems painful, even at this day and age. I wonder what it has been like before the internet..
"debugger detected - please close it down"
- There's been a bunch of different variants of the above in the logs. I'm afraid that I just have to say that welcome to the brave new world of DRM that .. mostly works, I guess. I hope it doesn't kill anyone.
"draw vampires tutorial"
- It's in the fangs.
"example using l-system"
- Let's say you have axioms A='ABA' and B='BAA' and start from a single 'A'. The generations go something like 'A' -> 'ABA' -> 'ABABAAABA' -> 'ABABAAABABAAABAABAABABAAABA' and so on. The joke here is that in addition to th string-generation codes, you can also put in control codes, like "logo" turtle codes (move forward, turn, pen up, pen down, etc) and generate nifty images, structures, and so on.
"explain the terms bit, byte, nibble, and word are related?"
- Yes.
"fast frame rate tutorial"
- Do things in more efficient ways.
"fun drinkable things"
- Right..
"get taller shoe sols"
- ..
"harder english sol makeup?"
- err..?
"how to get wall tiles level when wall runs out"
- Extend the wall? Make tile gaps slightly wider for the whole wall? Just give up and break some tiles?
"how to put a laptop keyboard back together"
- Uh oh..
"how to save gta1"
- You can't. They're already making gta4.
"i love this site"
- Well thank you.
"is there anyway you can pull off the keys on the keyboard"
- Most keyboards I've seen have been built so that you can just pull the keys out without damaging the keyboard. Your mileage may vary and all that, though.
"line age 2 crack free download"
- I could do a 'the line age' joke here, but I'll just wonder what kinds of people think they can pirate a completely online game and get away with it?
"max value of a short integer +1 what happens"
- Yep, that's a good question. I'd say it depends on whether we're talking about signed or unsigned values here.
"problems on application's of pythagoras theorem"
- Mostly variable overflows.
"shifting the nibble without using temporary variables"
- That depends on how you define temporary variable.
"short film "would you marry me" ring fish"
- Mkay..
"should i learn sql?"
- If you need it, sure! If you want to expand your general computing knowledge, sure! If you don't have the time, no.
"tutorial for nested for loop in c++"
- Here's one: int i,j; for (i = 0; i < 10; i++) for (j = 0; j < 10; j++) ..
"what do you call the long words that starts with letter h"
- Long words starting with letter h?
"what is frame rate independance"
- The way that games (and other applications) seem to run in "real time", or "the same speed", regardless of how many frames per second you get on screen.
"what is xor useful?"
- Yes.
"what will happen if i won't drink softdrinks"
- You might lose weight. No promises though.
"why should boolean values be single bits"
- Because they can only be true or false.
"worlds first real-time raytracing demo"
- Tough question; I don't know what was the first, but my favorite from the early ones was Transgression 2 by MFX (and as it happens, still my favorite demo from them).
"1 pixel skeleton"
- Right.
"3d cosine angles"
- I believe they are rather similar to their 1d siblings.
"air conditioned bed capsule"
- Welcome to the 21st century.
"alien implant metal clicking"
- Welcome to the X-Files.
"atan2 lookup table"
- Instead of lookup table, you may wish to try the Taylor series. For example,
x - (1/3)x3 + (1/5)x5 - (1/7)x7 + (1/9)x9 ...
"biohazard symmetry"
- Yes, I do believe the biohazard sign is symmetric.
"bookworm adventures tries to send multiple emails"
- Not for me at least..?
"can human be crossbred with animals"
- Ewww. I don't know, though. If it was possible, it would probably be common knowledge, knowing people. Some people, that is. Not everyone. Nuh-uh. And no, I'm not suggesting anything.
"code for how to display on graphical lcd using atmega32 controller"
- Depends on the graphical lcd. Unfortunately there's no one standard for that.
"create your own mmorpg in minutes"
- Good luck!
"deluxe paint animator"
- Try www.fluidtoon.com
"dirt beneath my keyboard keys"
- Time to clean it then?
"do programmer's brains need more sugar?"
- Good question. I've been taught that brain runs on sugar, and since you're supposed to use your brain when coding, I guess it makes sense that you'd need more sugar. Maybe.
"finns difficult moody"
- Yep, I guess we are.
"free download ripped home fitness video jari love"
- I don't even want to know.
"free introduction to pc tutorial can be used at a school"
- Introduction to pc? Like, "this is a keyboard" kind of thing? Curious. Where would you run it?
"futuremark comic strip"
- They've done all sorts of things but web comics?
"get married in a mmorpg game"
- I'll pass, and anyway, I'm married already.
"gta3 finnish language"
- Oh please God no!
"gun in my backpack"
- Leave it there, please. Or even better, get rid of it.
"help does the cosine function take vertical lines to vertical lines or horizontal lines"
- I think you've confused some things there.
"higher cpu use for old dos games for winxp"
- Possible, since xp has to virtualize the old system, so it tends to take more cpu.
"how can i paste coordinates on after effects from illusion"
- Never used after effects, and I haven't even heard of illusion in this context.
"how to clean frost off rifle scope"
- Now, I've never owned a rifle, even less one with a scope, but I'd guess you can just let it melt and dry it?
"how to extract highest bit from hex"
- (value >> bits) & 1
"how to put keyboard back together"
- Mostly just by reversing the steps you made when taking it apart. I hope you didn't just bang it on the table, as those kinds of steps are a bit hard to reverse.
"i know how to make a mmorpg but no ideas"
- Now, if you're just confessing your beliefs to the search engine, good luck with your game and all that, but if you're looking for someone who claims that, well.. good luck in general.
"i would crush the stone with my hands"
- I like to think that this is what the above person said after not finding anyone. Why would anyone use those search terms and how they ended up here is a mystery to me.
"keeping natural keyboard clean"
- Wash. Your. Hands.
"let it snow"
- The snow-simulation chapter of the graphics tutorial seems popular..
"most original idea"
- Is someone really looking for the "most original idea" by googling?
"my neck is turning darker what products can i use"
- Creepy. Go see a doctor.
"people against mmorpg"
- Now, people may think that I'm against mmorpgs in general just because of my stand that everyone and their mother shouldn't start their own hobby mmorpg project (gather some like-minded people and do a co-op! It's fun! Just don't ask me to code it for you for free!). I'm not. mmorpg:s have potential, even if at the moment they do seem like web chatrooms with fancy graphics and repetitive gameplay..
"pythagoras theorem copy paste"
- How lazy can you get?
"scan conversion triangle"
- You may wish to look up fatmap2.
"securid holographic"
- Welcome to the 21st century.
"self modifying code win32"
- I think the official standing is, "don't", but I guess you can do it by changing the application's code segment memory protection to 'writeable', and remember to flush code cache after editing. Don't ask me how.
"shift two variables without a temporary variable"
- Using XOR. See my boolean algebra tutorial.
"shifting hexadecimals using multiplication"
- Since shifting by 4 is the same as multiplying by 16, it makes sense that multiplying by 16 is the same as shifting by 4..
"speed up games frame rate"
- Buy a faster PC?
"swapping of nibbles using and or or operators"
- ((X & 0xf) << 4) | ((X & 0xf0) >> 4)
"trigonometry snowmen"
- ...
"tutorial on right shift operation of integer division by 2"
- The question includes the answer. What's wrong with you people?
"what is thrust sol"
- I guess based on the context that thrust is the force that affects acceleration, probably in an increasing manner.
"what makes irrational-math"
- sqrt(-1)
"where you can buy cheap dvd movies on the net starts with the letter x"
- This query has several things in it that I don't quite get. The first being how it ended up here. Second is that the person who wrote that probably thinks that search engines can understand the syntax "starts with letter", which, as far as I know, they don't (unless you do things like x*, which then is specific syntax to the search engine in question).
"why cant i save my game in driller"
- If you're referring to 'boom boom driller', it saves automatically. If it doesn't, you're probably out of disk space or are running the game from a read-only directory, such as directly off a CD.
"x-forge sdk download"
- It's not available for public download that I know of..
"defining pi"
- Try Wolfram MathWorld.
"distance to origo"
- Try good old Pythagoras.
"do you expect iki to move into the bag?"
- Try.. what?
"egg worm late for school story"
- Never heard that one, sorry.
"formula for outside of screen"
- I don't quite get what this person was searching for..
"host player game threads c++ number guessing"
- ..but this one oddly sounds like schoolwork. Just guessing, naturally.
"how to draw a simple skeleton"
- Using lines?
"iki+target audience problem"
- Who is this iki person? Thing? Whatever?
"japan shoes iki"
- And what does he (she? it?) have to do with shoes in japan? And how did that end up here?
"line age 2 - download"
- Nope, haven't made line age 2 yet, and no plans to do it either.
"math problems ands ors"
- I probably should roll out a simple bit twiddling tutorial at some point.
"re-enabling cursor keys"
- That probably depends on how you disabled them in the first place.
"rendering speed depends on cpu"
- Yes, it often does.
"sdl cant disable repeat event"
- Such is life.
"sol is the great warrior of the armada who kills beginner adventures with great knowledge of information"
- Uh, thanks, I guess?
"what is an intresting point that happened in dogs dont tell jokes"
- O_o
"cloaking jumpsuit"
- Welcome to the 21st millenium..
""dee 3" + technology"
- Pretty much the same as dee 2, with a new intro code if I remember correctly.
"0xff" and
"32768.0f"
- there must be millions of sites with these keywords out there, and you found mine?
"4x4 font"
- that's kinda small, but I suppose you could make it readable, if you stick to upper-case alphabet. Maybe.
"__line__ unique"
- for a single source file, sure, but other than that, I don't think so.
"a tutorial on general knowledge"
- That's a bit out of my league.
"additive blending in c"
- Add colors together, look out for overflows.
"after effect error bad blend table"
- I'm pretty sure I don't cover after effect stuff here.
"avr keeps resetting"
- The folks at avrfreaks may be able to help you, but have you writed the reset pin?
"best textmode demo"
- Hard call, but lots of cool textmode demos are available at the TMDC downloads page.
"bit pixel resolution memory size buffer calculate"
- (bpp >> 8)*pitch*height, or thereabouts.
"bloodshed dev-c++ crack"
- dev-c++, the last time I checked, was free software. If it isn't, check out codeblocks.
"c++ press esc to exit"
- the answer to that depends much on your target environment.
"c++ rounding numbers tutorials"
- Rounding is a tough question, as there are multitudes of ways to round a number and none of them is really "correct", but usually you may get away with trunc(value+0.5).
"coma coma coma cameleon lyrics"
- it's karma cameleon, not coma cameleon!
"copy of skeleton"
- I don't care what you keep in your closets..
"crack tapwave zodiac"
- Good luck!
"how do you tile the outside corner of a wall"
- With care?
"how to get an unregistered gun"
- Not from me, at least. Not anywhere, hopefully.
"linux int 10h tutorial"
- Linux doesn't use BIOS at all, so you don't get to use int 10h either. Maybe you'd better check out SDL instead?
"shadows under win2k"
- Creepy.
"standard font sizes for 128x64 graphic lcd"
- Graphic LCDs don't have standard font sizes. They're graphic, you know.
"start your own text mmorpg"
- Maybe you wanted to look for MUDs instead? You know, multi-user dungeons?
"the first couple sin"
- What's with all these weird religious searches finding a mostly tech-related site?
"velleman usb experiment board projects"
- Although I did buy and build one, I haven't used mine for anything. And it's quite likely that I'd rather use an AVR controller as USB host if I'd make something that uses USB, but for quick tests or something, the experiment board is fine. Who knows what I'll end up using it for..
"what is pitch? sdl"
- I hope my explanation cleared things up.
"what to look out for while coding for a hyperthread environment"
- Your multithreaded programs are more likely to crash if you haven't taken care of thread synchronization correctly.
"these shoes off feet hurt"
- You'll get over it.
"air conditioned bed capsule"
- Sounds like something from Japan..
"can a hedgehog's spikes hurt you"
- Try it sometime?
"compuware devpartner studio educational discount"
- It appears they no longer give this out, and all you get is a 30-day trial or some such. A pity.
"cpp copy unsigned int into string"
- Tried sprintf yet?
"galaxql 2.0 won't run"
- Mail me about it, maybe I can help?
"half-life episode one "won't launch""
- Don't mail me about it, try valve instead.
"how to build triangle strip from a line from with direct3d"
- Why would you want to?
"opengl rotation around random point"
- Translate random point to origo, rotate, translate back. Or something like that anyway.
"set up new win32 application in visual studio 2003"
- You took time to write that into google without trying file->new->project?
"woken by a doorbell nobody there"
- Uh, ok.
"how often should i replace my keyboard"
- probably refers to the keyboard cleaning project.
"create your own mmorpg"
- probably ended up with my MMORPG rant..
"terra nova strike force centauri play on xp"
"terra nova windows xp"
"strike force centauri xp"
(and various other permutations show that other people want to play the game on modern systems)
- and I hope SolVBE helped..
"fun mmorpg that i have never heard of"
- didn't find it here.
"bad green pixel"
- .. right.
"function of housekeeping"
- sounds like someone tries to figure out what this 'life' thing is..
"cliparts über after work drink"
- I wonder how that ended up here =)
"ideas to stop room to room noice"
- try some soft padding maybe?
"windows xp vertical interrupt"
- Sorry, no such thing.
"prince of persia warrior within graphics tutorials"
- doesn't, as a sentence, make much sense to me.
"sol start ie"
- no thanks, I'll keep using firefox for now.
"tutorial phong shading"
- it's kinda like gouraud, but you interpolate normals instead. Mkay?
"access a000 under windows"
- Sorry, no can do, but have you tried SDL?
""terra nova" opengl"
- that'd be lovely, but nobody seems to exactly know who owns the rights to terra nova these days.
"how to know if a mp3 is illegal"
- now that's a very good question.
"putpixel on websites"
- .. right.
"objective c application won't launch on other systems"
- but neither do windows exes on macs.
"kaija koo lyrics translation"
- see, someone's asking for it, but they won't let me do it. Not that I'm bitter or anything.
"claims of virgin birth -mary -jesus -christian -christianity"
- this one creeps me out. Especially the fact that it ended up on my site.
"negative effect of fifth year to highschool"
- Beats me, but I'd guess that it mostly depends on what you do on that extra year. Myself, I was coding.
"my girlfriend took my temperature when i had a fever"
- that's nice, but how on earth did you end up on my site?
"three-dimensional version of pythagoras's theorem"
- a2 = b2 + c2 + d2 - for 4th dimension, just add e2.
"pi 3.1415926535897932384626433832795"
- well, not exactly..
"how implement lookup tables in c"
- hint: arrays.
"sprite is made up of what"
- I think it's sugar, lemon, lime and carbon oxide, mostly.
"sol cleaning job"
- Wrong sol, perhaps?
"ttcore.dll download"
- ttcore.dll is a part of the Compuware DevPartner performance analysis stuff. If you think you need that DLL, it's likely that whoever built the executable you're trying to use forgot to disable the profiler before building the distributable copy.
"round functions tutorial in vc"
- floor(yourvalue + 0.5) might do the trick.
"draw perfect cosine with ruler"
- that's one bent ruler, I tell you.
"how to put keyboard back together"
- uh oh =)
"lyrics coma cameleon"
- What the..?

|
| 
 |  |
|  |
 |
| 
 |