Posts
 
Reputation
Joined
Last Seen
Ranked #830
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
88% Quality Score
Upvotes Received
17
Posts with Upvotes
13
Upvoting Members
13
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
6 Commented Posts
9 Endorsements
Ranked #207
Ranked #2K
~50.0K People Reached
About Me

i am a carefree guy who loves reading and learning new things. graphics is my passion although when not doing any thing i like to build amp for my firends

Interests
Electronics, web and 3d (blender 2.6)
PC Specs
wind 8
Favorite Tags
Member Avatar for otengkwaku

Hi guys have a python software that i want to freeze for distribution. The problem is after freezing it with cx_freeze and i run it, it works fine on my development computer but when i sent it to my testing computer (window XP sp3 32bit) it give me this error …

Member Avatar for Thomas Karl
0
2K
Member Avatar for PKI

I have a validateRequiredField(e) function to validate empty field and a validateExistingEmail() to validate an email has existed in my database. I am able to see both alert("Field" + i + "is Required"); when the fields are empty and alert("This email has been registered"); when the email existed in my …

Member Avatar for otengkwaku
0
591
Member Avatar for itsnauman

Hey, guys can any one suggest me a cool intermidiate level python library idea to work on in these summers?

Member Avatar for vegaseat
0
144
Member Avatar for otengkwaku

To download streaming videos on window is very easy after all there are so many softwares to do that for you but on linux it is not soo easy. There is howevery this command line tool that helps you do this [youtube-dl](https://github.com/rg3/youtube-dl. But this command line tool lacks some features …

1
104
Member Avatar for <M/>

Is there a possibility to create a cloud repository/storage for certain users to have access to? I was looking for ways to use something like google drive, dropbox, and github on the site but i am not sure where to find an api or some way to implement it... To …

Member Avatar for gabrielcastillo
0
269
Member Avatar for otengkwaku

Hi guys i have an sql query string that in my view there is something wrong with it but i an handicaped since i am very new to sql so my question is, is there any way of optimizing this query string select t1.cat,t1.site from (select cat,site from news where …

Member Avatar for cereal
0
380
Member Avatar for otengkwaku

Hi guys i have a table with this data ______________ | site | cat | ______________ | my | sp | | my | sp | | my | cc | | my | cc | | yo | sp | | yo | sp | | yo | cc …

Member Avatar for otengkwaku
0
216
Member Avatar for otengkwaku

The whole idea is your email is stored on your local computer and that of your recipient's. This is how it works: first the user downloads and installs the email server on his machine. Then create a private and public keys for encrypting his/her data. The user then registers his …

Member Avatar for pritaeas
0
544
Member Avatar for dlmagers

Hello, I have read the requirements of this challenge and I have a good understanding of what needs to be done. I am confident that my program works but it DOESN'T. What a blow to my confidence. I am in hopes that someone kind person would point me in the …

Member Avatar for dlmagers
0
18K
Member Avatar for KushMishra

Hi All, I am starting this article so that we may share various motivational thoughts (your own creation will be great), poetry, short stories and all. This goes my own created poetry for all you guys... "Behind the great mountains, a Sun shines everyday, making us to beleive there's still …

Member Avatar for ddanbe
1
730
Member Avatar for otengkwaku

Hi guys i am using sax to extract data from an xml file but i can't seem to discover how to extract <![CDATA[%s]]> from the xml below is the xml and the java code //java codepublic class XmlParser { public XmlParser(String xml) { try { SAXParserFactory factory = SAXParserFactory.newInstance(); SAXParser …

Member Avatar for iamthwee
0
2K
Member Avatar for Dani

It's time yet again for a DaniWeb Developer Competition!! This time the goal is to utilize [our new API](http://www.daniweb.com/api/home) launched last month. There's a lot that you can do with our API. Essentially it allows your application (web, desktop, mobile, etc) to tap into DaniWeb's backend. Your own application can …

Member Avatar for Mike_danvers
4
3K
Member Avatar for crysys

Hello, how can i make this "Hscren.swf" clicable. Hscren is logo and i whant when you press click to make redirect in index like www.site.com. document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="712" height="172"> '); document.write('<param name="movie" value="images/template/style/flash/Hscreen.swf">'); document.write('<param name="quality" value="high">'); document.write('<param name="menu" value="false">'); document.write('<embed src="images/template/style/flash/Hscreen.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="712" height="172"></embed>'); document.write('</object>'); Thanks, I …

Member Avatar for gabrielcastillo
0
158
Member Avatar for chrisschristou

hello daniweb friends i need help in my below calculation script all go right but just in the filed shippingtotal it display `NaN` i don't know why i tried the comment in line 27 and delete line 6 but still same. HELP PLEASE <script type="text/javascript"> function calculatePtotal() { var totalofptotal …

Member Avatar for chrisschristou
0
1K
Member Avatar for Lloklethalis

Hi, so my problem is that my laptop was working fine a couple days ago then yesterday the fan started getting louder then it turned off I thought it was overheated over 24 hrs later and still nothing there are no lights when the charger is in except for a …

Member Avatar for Lloklethalis
0
224
Member Avatar for mattyd

Hi, I finally figured out how to take a row from a table and display it on a page. Big deal, huh? That was not exactly my main goal, though. When a User submits a form I need *that data* to display. I've struggled with this. I now figure that …

Member Avatar for iamthwee
0
233
Member Avatar for otengkwaku

var getDataFromUrl = function(url) { rest.get(url).on('complete',function(data) { if(data instanceof Error) { console.log("url error"); process.exit(1); }else {return data}; }); }; when this function (getDataFromUrl) is called by another function it return undefine what is happing

Member Avatar for otengkwaku
0
178
Member Avatar for otengkwaku

Hi guys Happy New year. I miss you all :), that is just by the way. I am thinking of building a CMS with nodejs ana i will like your take on it? First of all i have seen other simlly projects but they are all fixed in the type …

0
123
Member Avatar for Sand_Man

What games are you excited for this 2013? I'm excited for: ArcheAge, Remember Me, SimCity, Dead Island: Riptide and I'm most excited about ArcheAge because of the sandbox type of game. How about you guys?

Member Avatar for <M/>
0
243
Member Avatar for jpk1a873

I have to create a python program for class- the instructions are- Write a payroll program that pays time and a half for anything over 40 hours. This should have 3 functions in #addition to main. Which I did without the 3 funcitons. def main(): hours = float(input('How many hours …

Member Avatar for woooee
0
8K
Member Avatar for otengkwaku

Hi guys, i am working on a project the need me to convert a compressed obj file using webgl utf-8 compresor [webgl-loader](https://code.google.com/p/webgl-loader/) back to it acsii version. I will like someone to point me in the rigth direction. i am comfused as to how to do the decompression

Member Avatar for LastMitch
0
266
Member Avatar for otengkwaku

Hi guys i will like to know how to reprecate fseek(fp, -1) in C to python. Thus send the read head a charactor back

Member Avatar for TrustyTony
0
128
Member Avatar for wolf_one

So, I'm a new programmer python is my first language. I'm trying to create a program to randomly open a pdf from a directory and read/display one page. Anyway thats what I got so far. I'm just wondering if theres a more efficient way to write this. Any advice? import …

Member Avatar for chriswelborn
-1
266
Member Avatar for otengkwaku

I went for an interveiw yesterday. and in my cv i had a link to my endorsment page. To my supreise i pass, all the others had better cv than me but i pass. I had something all of them didn't have endorsment from people i did not know and …

Member Avatar for Reverend Jim
0
211
Member Avatar for derejetaffese

i need small sample code using python which performs english verbs morphological analysis. Pls some body there, can you help your bro here?

Member Avatar for otengkwaku
0
320
Member Avatar for otengkwaku

hi guy, i have created an app why my beloved python. i have frozen it using cx_freeze for easy distribution but the problem is, on my development computer (win7) it runs perfectly but when i send it to a testing pc (windows XP sp3 32bit) it give me the error …

Member Avatar for vegaseat
0
585
Member Avatar for gvsamrat
Member Avatar for minitauros
0
69
Member Avatar for otengkwaku

Hi guys i have created a python 2.7 application using PyQt4 and Pyttsx. PyQt4 is a crossplatform GUI library and pyttsx is a text to speach library the code can be found [here](https://github.com/Oteng/timeTracker) Pleace if you have a comment of imporovement let me know thanks

0
99
Member Avatar for bikashjit

I want a search engine for my website. Just take one simple example, of dictionary websites like http://dictionary.reference.com when you search any word it searches that word and show you the meaning. just like that, my search engine will search my blog topic and also show me my blog. How …

Member Avatar for kittyshen2013
0
175
Member Avatar for otengkwaku

Wrote a peice of code that does something uniquc in my point of view. After that i was so excited that i published it. Only to find out that it contain a bug. By the way the bug was very defficul to spot. and by solving the bug i reworte …

Member Avatar for snippsat
0
293