Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K

19 Posted Topics

Member Avatar for emorjon2

Hi everyones! I have explore and development on many programming languages as C++, python, perl, java(a little bit) and Assembly (a little bit),and web languages like html, javascript(a little bit) and PHP. Now I'm wanna create my own OS. My OS will have a simple boot file as starting up …

Member Avatar for muazzamalikazmi5
0
397
Member Avatar for emorjon2

hi everybody! I really need your help here. I am developing a 3D game. so far I have came no further than finishing the 3D engine and print out some basic 3D-models. everything works okay, with exception of a bug, occuring after a couple of minutes of running time. it …

Member Avatar for mike_2000_17
0
569
Member Avatar for emorjon2

hi. i do really need your help. i have tried to find help on google but i do not get any help at all from there. all characters are swapped on the keyboard. when i type a m,for example, it produces an c. thanks to my programming skills i am …

Member Avatar for gerbil
0
308
Member Avatar for emorjon2

hi all! i have a serius problem with the USB keyboard. I've installed Ubuntu but when the OS choosing menu comes up, the keyboard doesn't work, which make the ubuntu worthless :( I have installed ubuntu before, on a previous netbook running windows XP and then the keyboard worked without …

Member Avatar for jbennet
0
277
Member Avatar for emorjon2

Hi all! I bought a new HTC desire Z I'm swedish so I wanted Å, Ä and Ö on my QWERTY-keyboard on the mobile but I couldn't get a HTC desire Z with Å, Ä and Ö. So I decided to fix it on my own. I am developing a …

Member Avatar for _neo_
0
155
Member Avatar for emorjon2

Hi all! I am developing a java-game where you are building with balls. It will connect to a server to create a huge map available for everybody playing this game.:) For this, I need a PHP-file who will append some urldata into the file data.txt, for adding a ball into …

0
122
Member Avatar for emorjon2

Hi all :) I got some serius problem that I've tried to solve in almost two days. I've try to send a request to a URL from a android app, [URL="http://web.hjalmar.nu/~morgan/webpage/test.php"]http://web.hjalmar.nu/~morgan/webpage/test.php[/URL]. the problem is, that it isn't working. ANDROID-file [CODE]package morgan.request.test; import java.io.BufferedReader; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import …

Member Avatar for emorjon2
0
276
Member Avatar for Vengful

here is the code from above I modified so you could have all the stuff you wanted in the code. [CODE] kik="b.jpg" kif="kf.jpg" kis="sss.jpg" #these are pictures import pygame,sys from pygame.locals import * pygame.init() screen=pygame.display.set_mode((600,480)) color=(255,222,124) background=pygame.image.load(kik).convert() fish=pygame.image.load(kif).convert() shark=pygame.image.load(kis).convert() x=0 movex=0 z=0 while True: if x > 380 and x …

Member Avatar for Vengful
0
150
Member Avatar for emorjon2

Hi all! I want to start making apps for android phones. The problem is that I have installed Android SDK, JDK 7 and eclipse, but failed to complete the install of the ADT plugin. I have install the plugin, but I can't configure it. the guide on android developer saids: …

0
146
Member Avatar for emorjon2

Hi All! I'm try to make a game in C++ with OpenGl. So far i've programmed the sprite and the platform. the next thing is to create a AI bot who will try to kill you in the game. but I've got the most bisarr problem with that: The AIBot …

Member Avatar for emorjon2
0
233
Member Avatar for emorjon2

Hi all! I try to install PyBluez on my python 2.6 in Windows 7, so a can communicate with my NXT brick, but it seens like there's a file in the library that dosn't work. When I installed PyBluez, it was impossible to import the library into code because then …

0
90
Member Avatar for emorjon2

Hi there! got some problems. I've developing a multiplayer game there's a class called userServer, that use a file to handle all incoming information. but I can't write to the file for some reasons. here's the code: [CODE] /** * @(#)userServer.java * * * @author * @version 1.00 2011/2/16 */ …

Member Avatar for jon.kiparsky
0
318
Member Avatar for emorjon2

Hi there! I have some problem with java. I developing a multiplayer applet, there a class called userServer registry new users and logging in other users. the problem is, that I don't know how to append in a array. [CODE] user Users[]; int cnt=0; Users[cnt] = new user("emorjon2", "password"); cnt++; …

Member Avatar for JamesCherrill
0
168
Member Avatar for dos_killer

you can try to copy the module or folder from python\lib\site-packages or python\lib to the same directory as the py script. then it will always be imported into the file.

Member Avatar for dos_killer
0
103
Member Avatar for FAITH2011

it's really simple. go to [URL="http://www.pygame.org/wiki/tutorials"]http://www.pygame.org/wiki/tutorials[/URL] and you will find all documentation . I never learned pygame by this tutorial, but it's from the website itself, so I think it will work.

Member Avatar for emorjon2
0
119
Member Avatar for danholding

I have a idea! you can add the fact to a dict!! let me show you! [CODE] #this is a function that sorting filepath by the files size. #***********************NOTE******************************************# #it will only return the sorted list of the filepaths, not the file objects. #the files must be existed! else IOError …

Member Avatar for TrustyTony
0
240
Member Avatar for emorjon2

hello anyones! I'm trying to create a boot sector using assember. I have compile it into a bin file and put it into the memory stick. when I'm start the computer and press f12 and shoose my memory stick, it may write hello world on screen, but nothing happend! X( …

Member Avatar for sDJh
0
223
Member Avatar for emorjon2

hello! I'm coding in python and have make the computer controll a lego NXT robot via bluetooth. Next step is to involve my lg ku990 mobile to the network, so I can get the camera and sound information from the mobile phone. Do anyone knows a python library as allow …

0
165
Member Avatar for emorjon2

hi there! i'm have a biiig trouble. I've make a simple chatbot, as can learning. The problem is, that I can't insert data into the dictionary without a error. here is the code: [CODE] codes = {} def arraycompare(array1, array2): l = 0 for i in array1: for j in …

Member Avatar for griswolf
0
136