Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
5
Posts with Downvotes
5
Downvoting Members
3
1 Commented Post
0 Endorsements
~22.8K People Reached
Favorite Tags
Member Avatar for gunbuster363

Hi guys, I am wondering do you have any interesting blog for fun? blog of some interest guys, interest programmers, innovative persons, etc, etc...I would please to know that!

Member Avatar for Arkrothe
0
124
Member Avatar for gunbuster363

Hi all, I have been started to learn game programming for some weeks. I want to make a simple 2d game first, as a start off. but I come across some trouble~they are: I tried C++: allegro : maybe too primitive and old? Irrlicht: 3d rendering concept too complex for …

Member Avatar for maninaction
0
194
Member Avatar for gunbuster363

I don't know whether this is the right section to post, please help to move to a proper section if it is a wrong section. Thanks. I built up a RSI (repetitive strain injury) in my index and middle fingers due to excessive mousing last year. I tried many methods …

Member Avatar for jwenting
0
181
Member Avatar for gunbuster363

Help! This problem have been annoying me for a very long time. This is about backup files. This is a scenario which annoy me when I backup: I have a usb harddisk , let call it G:\ and I have a local harddisk, D:\ assume G:\myplace and D:\myplace should me …

Member Avatar for Reverend Jim
0
146
Member Avatar for gunbuster363

I have searched on the internet before, but cannot get a suitable tool. I found tools to profile jdbc performance, gc statistics, but no some obvious tool to measure the time spent in each statement. I would like found which statements are spending the most of the time of my …

Member Avatar for gunbuster363
0
89
Member Avatar for gunbuster363

Today I tried to write a vba macro with the vba editor in excel to perform some stupid and time-consuming job. but then ,after 2 hours trying to write the macro in vba, I found that I don't know how to write vba, and the tutorials is not completed in …

Member Avatar for peter_budo
0
136
Member Avatar for gunbuster363

What is java and the whole bunch of things. I only know how to use eclipse to write java project, probably java 1.4. Can someone give me a picture about the whole bunch of java things such as jsp servlet spring struts hibernate J2EE glassfish J2EE 5 J2EE 6 EJB …

Member Avatar for stultuske
0
110
Member Avatar for gunbuster363

I return to the embrace of allegro and the setup of it in VS2008 is so troublesome, can someone please help me? I followed a video in youtube, and for future, I type the action into a text file, here it is: [QUOTE]1) Copy the contents of E:\Raymond\game programming\allegro-msvc9-4.2.3\bin to …

Member Avatar for gunbuster363
0
170
Member Avatar for gunbuster363

I am trying to learn to program with glut. In a tutorial, I see the author created 2 projects, one is win32 console application, another is win32 application. If I happen to use int main() in win32 application/ WinMain() in win32 console application, the project will be dead. I would …

Member Avatar for gunbuster363
0
125
Member Avatar for gunbuster363

Hi all, Can I ask you all, what kinds of tool/api you use to write 2d game such as chess or mario?? And does a 3d api capable of making 2d game?? Currently I am using allegro as a start, is allegro old?? Thank you all!

Member Avatar for gunbuster363
0
108
Member Avatar for gunbuster363

This is a piece of code I copied from a tutorial of allegro. When I changed the window width and height to 800, the program just crash, what happened? set_gfx_mode( GFX_AUTODETECT_WINDOWED, 800, 800, 0, 0); buffer = create_bitmap( 800, 800); [CODE]#include <allegro.h> #include <cstdlib> #include <time.h> int x = 100; …

Member Avatar for gunbuster363
0
93
Member Avatar for gunbuster363

Hi all, I am new to game programming for my own interest. I just tried to use allegro to draw something according to a tutorial online. But I have a little problem, below is my code: [CODE]#include<allegro.h> int main() { int x = 10; int y = 10; allegro_init(); set_gfx_mode(GFX_AUTODETECT_WINDOWED, …

Member Avatar for gunbuster363
0
181
Member Avatar for gunbuster363

I just started to learn gui with wxpython I can see many objects have a style attribute, for example TextCtrl, self.inputArea = wx.TextCtrl(self.background, style=wx.TE_PROCESS_ENTER) Where can I see a list of available style for each object? Thanks

Member Avatar for cghtkh
0
104
Member Avatar for gunbuster363

Hi guys, microsoft installed many things on my computer and most of them I don't know what they are. It make me feel so sick. I want to know what are they ( if anyone know ) and are they must be installed. Many thanks. Here is a list of …

Member Avatar for caperjack
0
481
Member Avatar for gunbuster363

Hi all, I am having problem printing chinese character in a text file. Some point to know: 1. I do not know the codec of the text file, but I know it is writting in traditional chinese. 2. I tried some approach from google, no one work I don't remember …

Member Avatar for richieking
0
96
Member Avatar for gunbuster363

python.org tell people to forget about python 2 and head into python 3, but many 3rd party module do not support python 3 at all. For example, python 3 only ship with a tkinter gui module which does not have great reputation. If I am to use python 3, I …

Member Avatar for richieking
0
211
Member Avatar for gunbuster363

I've learn python and I won't say that I know it all, but I won't see anywhere except google will use python. New programming language like python and ruby, do they have space to grow?

Member Avatar for convoluted
0
304
Member Avatar for gunbuster363

Hi everyone, My xp is quite strange these days, after I boot up the computer, when everything started up, I go to "my computer" and go to D drive. Something happens, the whole D drive don't have anything, and is just that empty, I go up a level(directory), and go …

Member Avatar for gerbil
0
65
Member Avatar for gunbuster363

Hi all, I want to reduce the no of process running in start up, however, I don't know what these process are, would anybody help me out with this? Thank you!!! My computer is vista, it is very slow. And I also want to know that, except reducing the number …

Member Avatar for Ancient Dragon
0
276
Member Avatar for gunbuster363

I am studying further about C++ and come across a topic which describe method to avoid multiple inclusion of header file, which may cause compilational problem. But I never seen such problem, I've tried to mimic the situation with the below files in Visual C++ 2008 express, no error prompted …

Member Avatar for gunbuster363
0
1K
Member Avatar for gunbuster363

just as the topic, my boss told me that I should be writing some java api and need me to prepare for it because I've never write it. So, what exactly is "writing java api"? it's the api already been there? I think it is relate to websphere something... I …

Member Avatar for coil
0
150
Member Avatar for gunbuster363

I am using the newest version of ubuntu the network is ok, I can google, I can facebook. But when I try to check my company webmail (internal), it said cannot resolve hostname what is happening? My window vista is doing ok with the webmail. The webmail is microsoft online …

Member Avatar for gunbuster363
0
183
Member Avatar for progcomputeach

I'm interested to see how many languages most programmers end up learning and what languages are the most useful or popular. I've seen people talk about Javascript, C, PHP, Visual Basic, SQL, Java, and Python a lot. I thought it would be good to write down a list of programming …

Member Avatar for nicolajoseph1
0
347
Member Avatar for gunbuster363

I want to learn C# .net because .net is so popular now. and I would like to work on an interesting topic which interests me, because the tutorial is so boring........ personally I am interested to web spider/crawling using python, and the project got to be in console ( not …

Member Avatar for ezestseo
0
109
Member Avatar for 54uydf

Hey everybody! :) I decided to learn C# by myself..YAY :icon_mrgreen: So I downloaded some book, I'm not sure when it was written, the author suggest to download Microsoft Visual C# 2005 Express Edition. I think there's 2010 and 2008 also, so what would u recommend I get? I know …

Member Avatar for Ketsuekiame
0
117
Member Avatar for acrocephalus

Hello! I have this funtion to delete a record from a MySQL table: [CODE]def delUser(): #Delete user #Ask for user to delete Username = raw_input('Which user would you like to delete? ') #Delete user delUser = '''DELETE FROM Users WHERE Username = %s''' cursor.execute(delUser,(Username)) db.commit()[/CODE] The problem is that it …

Member Avatar for gunbuster363
0
112
Member Avatar for gunbuster363

I want to crawl my gf's xanga's post into my computer for better reading but it require me to login before viewing the post I am wondering ,can python crawl this password protected webpage? I already have the id and password, because that is my id. the login webpage, for …

Member Avatar for gunbuster363
0
641
Member Avatar for gunbuster363

This page use javascript to be the login button, I don't know how to deal with it. <ul class="list all"><li class="item item-1 item-odd"><a class="thumbnail" href="http://www.xanga.com" title="Xanga.com - The Blogging Community"><img src="http://s.xanga.com/images/mainlogo.gif" alt="Xanga.com - The Blogging Community" /></a><div class="details"><div class="itembody"><a href="http://www.xanga.com/register.aspx"><strong>What is Xanga?</strong> Xanga is a community where you can start …

Member Avatar for vibhaJ
0
95
Member Avatar for gunbuster363

I know the password. I want to crawl all the post of my gf's xanga down to my comp, for better reading. But my gf have set "require friend login" to see her post. So I need to login my id of xanga before reading her post. What I want …

Member Avatar for masijade
0
105
Member Avatar for gunbuster363

I am crawling a website I found out that the source code of the website is different to the content of the website. obviously the content were generated through some script, does anyone know how to simulate the action and get the content of it? For example, there is a …

Member Avatar for gunbuster363
0
108