Posts
 
Reputation
Joined
Last Seen
Ranked #411
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
92% Quality Score
Upvotes Received
13
Posts with Upvotes
11
Upvoting Members
11
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
6 Commented Posts

55 Posted Topics

Member Avatar for novice20

to import a single function from another script, simply put "from <script> import <function>". You can set vars and consts in another script. Example: [CODE="Python"]#example.py a = 10 b = 20 def function( n ): n + 20 return n #script.py import example example.a = 14 example.function(6) [/CODE]

Member Avatar for Cisco_1
0
37K
Member Avatar for iAssistant

Here in the Netherlands the weather's quite pleasant today, altough the Royal Dutch Meteology Institute predicted a thunderstorm tonight...

Member Avatar for Stuugie
0
4K
Member Avatar for Zouk

Have you tried Qt by Nokia? I'm a unsure whether it will be supported on Windows Phone 7 and Android at all, but it is 'the' open source alternative to DotNET they say. Maemo and newer high end Symbians were written using it if i'm not mistaken, and with the …

Member Avatar for mwolke
0
133
Member Avatar for WolfShield

To me, C++ is not dying, at least not for as long as I live. I have to admit, I have to use other (high-level) languages in order to fit in at work. Satisfaction is way higher when I finish up projects in C++, though. I see C++ as my …

Member Avatar for Netcode
0
1K
Member Avatar for happygeek

There's been a true fight going on between Apple and Samsung in the Hague court in the Netherlands, for any of you fellow Dutch speaking techies: [url]http://www.nu.nl/gadgets/2587590/apple-en-samsung-botsen-hard-in-haagse-rechtbank.html[/url] Basically this news story reveals how childish Apple is, even in the Netherlands, which isn't exactly between the US and Korea without a …

Member Avatar for Hakoo
1
2K
Member Avatar for mrnutty
Member Avatar for Netcode

I'd go crazy and run into the wild, to enjoy mother earth in all her naturality of the last days. I'd avoid contact with other humans anyway.

Member Avatar for M_alloc
-1
216
Member Avatar for katmai539

Just want to say that I was baffled when I read this forum member, who ranked WAY up in little half a year, is (only) 14 years old, whilst providing [U]true[/U] support in the networking section of this forum. Cheers to you, friend. You've accomplished something I wouldn't even think …

Member Avatar for Netcode
3
300
Member Avatar for David321

I was there once, there were a few mods but nobody actually answered.

Member Avatar for ~s.o.s~
0
168
Member Avatar for sneekula
Member Avatar for happygeek

You people should've seen the trial we had here (the Netherlands) yesterday, it almost looked like two kids fighting over eachother's treehouse ideas. It was pathetic, although Samsung seemed to be in control a little more than Apple.

Member Avatar for TomH.PG
0
777
Member Avatar for happygeek

R.I.P. and welcome to 27 club. Tell Kurt I said hi. Lovely voice, awful face. R.I.P.

Member Avatar for blackcathacker
2
139
Member Avatar for siaswar

[QUOTE]Be curious, and take it one step at a time (i.e. don't start by digging into Boost.Proto or some other crazy complicated library like that, start by looking at libraries that are small and simple enough that you could possibly be able to do it yourself, if you wanted to).[/QUOTE] …

Member Avatar for katmai539
0
223
Member Avatar for katmai539

Also known as "Snitching" applications, that simply log and report the whereabouts of an object (like smartphones, laptops, tablets, etc.). [B]Why kernel-level?[/B] Because a lot of these devices have a "Return to factory default" option, which simply removes the Snitch. [B]Why this thread?[/B] My HP iPaq 914c got stolen almost …

0
144
Member Avatar for yehiawael

You can ram a Lenovo (At least a thinkpad) into a concrete wall with 35mph and it still works, running it's own crash tests. [URL="http://www.youtube.com/watch?v=Iw78gcU713g"]Proof here.[/URL] Your lenovo can survive the weight of a grown man and don't break. [URL="http://www.youtube.com/watch?v=-CrpUU3cCPE"]Proof here.[/URL] True stories. I would always go for a Lenovo …

Member Avatar for caperjack
0
375
Member Avatar for loumbut

instead of calling open directly, assign it's result to a value like [CODE=C++] int a; a = fopen(filename.wav) //etc [/CODE] [B]EDIT: [/B]In your case, just check [CODE=C++]int fd[/CODE]'s value.

Member Avatar for ivanx_wu
0
2K
Member Avatar for happygeek

In the Netherlands, your choice says a little more about you than just financial things. When people find out you got a new phone you almost immediately get placed in a group. Running around with an iPhone, and you're doomed to be called a hipster (and they're right, everyone i …

Member Avatar for katmai539
0
782
Member Avatar for Celtrix

I use Windows on a repetitive daily basis. If your gear can't handle it that sucks. Write your own lightweight OS in Assembly or C :)

Member Avatar for Celtrix
0
111
Member Avatar for montjoile

I use Eclipse for almost all development i do, i admit it's quite resource hungry but really expandable in quite a few ways. A fun example is that i wrote a (really simple) SDL game engine in CDT and i made a plugin for eclipse which became the game editor. …

Member Avatar for katmai539
0
126
Member Avatar for epdmcoatings
Member Avatar for WolfShield

I was 8 years old when i dipped my toes into programming with LOGO, I am 20 years old now writing hardcore ARM C and assembly code ^^

Member Avatar for thing789
0
315
Member Avatar for saj_amo

Format the disk, the easy way is to overwrite all of the data with other data (just takes a long time), but if you have some coding skills just write some software that creates a file and bloats it with zeroes (NULLs). other than that, you can just copy some …

Member Avatar for Steven.Matrix
0
147
Member Avatar for ayoba01

I see you have basic knowledge of the language so i won't explain on how to implement, but take a look at this [url]http://msdn.microsoft.com/en-us/library/xfta99yt(v=VS.90).aspx[/url]

Member Avatar for ayoba01
0
139
Member Avatar for sandeepparekh9

Thank YOU! I was looking for this for a long time, does it do tag editing too?

Member Avatar for katmai539
-1
231
Member Avatar for ilovec++
Member Avatar for jonhylever
Member Avatar for Ene Uran
-2
358
Member Avatar for katmai539

Hello, I'm working on a hardware project based on the RabbitSys chips, which are ideal for web based hardware development. My task now is to divide a table up in pages and i'm able to set a variable from a webpage like "CurrentPage=1" and calculate my way around. the ZHTML …

Member Avatar for katmai539
0
329
Member Avatar for DoctorGiraffe

If you're familiar with service programmig you could just create your own registration service, where license codes are connected (encrypted with?) the host's MAC adress for example. It's how i do it in my C++ projects.

Member Avatar for ghimangi
0
185
Member Avatar for dspjm

Try DarkBasic or the DarkGDK at [URL="http://www.thegamecreators.com"]The Game Creators[/URL]. It's how i started out on game development =)

Member Avatar for JamieLynnSEO
0
247
Member Avatar for spoonlicker

Technically you can, if you had the datasheets and instruction sets of all the hardware you were working with. I think there's a unified instruction set which is used by libraries as OpenGL and such. To be honest, I don't know for sure because all assembly I did was on …

Member Avatar for spoonlicker
-3
110
Member Avatar for loungeowl

Having someone do your homework is not the way to go, you won't learn anything (unless you're majoring business and economics of course). If you're really keen on having this done by the end of this semester you'd better dive into books/tutorials and make it work. To really answer your …

Member Avatar for Tech B
0
143
Member Avatar for dbj6417

I personally believe 'friends' shouldn't call eachother 'customers'. Even when they are.

Member Avatar for qlipboard
0
157
Member Avatar for Hawkpath

Why not 'just check' for key presses, if there's none just update the ball and not the pads. add a delay at the end of every loop to ensure your program won't run way too fast ;) the loop's like this: do check for keypresses if true update pads update …

Member Avatar for katmai539
0
199
Member Avatar for katmai539

Hi there, In a form i have a datagrid with two columns. The columns are about 40 pixels wide and i can't find a way to have them larger when the program loads. Does anyone know a way to do this? Greets, K

Member Avatar for katmai539
0
376
Member Avatar for DecreaseEntropy

Take a look at [URL="http://code.google.com/p/pyqrnative/"]this[/URL]. It might help you. Googling for it was easy.

Member Avatar for katmai539
0
176
Member Avatar for 8mir

[QUOTE=8mir;1463719]If you do not know the image size[/QUOTE] This almost never occurs. File sizes are one of the first data that is transmitted.

Member Avatar for 8mir
0
1K
Member Avatar for vjrabanelly

The first image you've submitted is not from Windows 7, it's Windows XP. It's not possible to apply Windows 7's Aero theme to applications running on XP. Try to run your application on a Windows 7 machine and make sure any skinning options are disabled.

Member Avatar for vjrabanelly
0
244
Member Avatar for Khorgan

It might be one of the components you haven't replaced yet. my technique is to start the machine without one of the components, one by one. If booting persists to fail it might be the PSU or CPU. Good luck.

Member Avatar for katmai539
0
119
Member Avatar for bumsfeld

[QUOTE=griswolf;1461544]a guy who had switched from perl to Python and saved the [URL="http://www.gnu.org/software/mailman/index.html"]mailman project[/URL] from the bit bucket.[/QUOTE] Did you perhaps mean Don Hopkins? I know that guy! He's the one who taught me some nifty python in the first place, as i had to script a Telit AT module …

Member Avatar for vegaseat
1
127
Member Avatar for becool007

There's a way of implementing QtLib into Visual Studio too. Refer to [URL="http://qt.nokia.com/downloads/visual-studio-add-in"]the Nokia Qt Visual Studio Add-In page[/URL] for more. Qt could be called the "open source alternative" to .NET.

Member Avatar for jonsca
0
117
Member Avatar for iDeoXyZ

How do your parents turn off the internet? Do they unplug the main phone line? if so you're stuck to Windows Solitaire, buddy. You might as well get a cellular data plan and a dongle to bypass your parents' tyrannism.

Member Avatar for katmai539
0
153
Member Avatar for MGD

Well the Best Laptop on the market, replying to your thread's title, would be the Lenovo w710ds (look it up, it's quite overkill). Although i don't think your sister'd be satisfied with an extra screen and a built in drawingtablet, a module that corrects screen color according to environmental light, …

Member Avatar for Go_bots
0
232
Member Avatar for jp26198926

Have you tried updating the BIOS firmware? If the problem persists after doing so you might as well contact Dell about this because it's not a common problem.

Member Avatar for katmai539
0
231
Member Avatar for khess

In the name of Computer Science, i do like to see MS and *n*x to be buddies. In fact, i think ALE's (Arrogant Linux Elitists) should cut the crap and make Windows more and more compatible with it, and for Microsoft vice versa (Which they're already doing). Microsoft means proven …

Member Avatar for katmai539
1
959
Member Avatar for like_bilal02

Use the Remove function along with the length property. Example: [CODE=VB.NET]TextBox1.Text.Remove(2, TextBox1.Text.Length)[/CODE]

Member Avatar for Pgmer
0
72
Member Avatar for katmai539

Hi there, I'll be dropping in quick: I'm trying to pull four <t> nodes from a XML file, eg. [CODE='XML']<?xml version="1.0" encoding="UTF-8"?> <tasks tid="TERMINAL012345"> <t> <reqs>keuringen/bammens3h.xml</reqs> <deadline>200120111600</deadline> <desc>WML keuring BAMMENS-3H</desc> <loc>Danzigerbocht 87 AMSTERDAM</loc> <ocode>TEST1234567890</ocode> <form>quiz</form> <sn>0000000001</sn> </t> <t> <reqs></reqs> <deadline>200120111630</deadline> <desc>Vulgraad meting</desc> <loc>Danzigerbocht 87 AMSTERDAM</loc> <ocode>TEST1234567890</ocode> <form>quiz</form> <sn>0000000002</sn> </t> <t> …

0
150
Member Avatar for Nick Evan

Banned for six month for posts related to child porn and/or rape vids? Why not ban the entire subnet and inform the local intelligence agencies? I'm sure Putin knows how to handle this filth. I mean, c'mon. Six months? Or did i misunderstood?

Member Avatar for AndreRet
2
435
Member Avatar for Arbus

Hi, could you extend your question a little further, eg by telling us what library you use for drawing the circle, if any? What namespace is it in? what header file did you include for it? How are you supposed to draw a circle to a console output? Yes, so …

Member Avatar for JSPMA1988
0
132
Member Avatar for Xcelled194

instead of saving all the pixels separately, you could instead save less arrays containing four coordinates in which between are only the same color, or as i like to call it "same-pixel-quadrants". so if you have a piece of image that's only black containing 40.000 pixels, make much less squares …

Member Avatar for Xcelled194
0
77
Member Avatar for moreautemps

Take a look at this page (as this is what i think you are looking for) [url]http://www.clearnight.com.au/cnsss.htm[/url] To answer your question directly: Your screensaver needs to handle a command line option, in this case /P (as in Preview) Good luck and i'm curious too of what you're making...

Member Avatar for moreautemps
0
116

The End.