15 Topics

Member Avatar for
Member Avatar for zehdekiel

I had a trusty external hard drive for many years, it was a 500gb Seagate which worked fine up until the other day when the internal port for the mini usb detatched from the board and I was left w/ no way to connect it to my laptop.. Seagate failed …

Member Avatar for mindmergepk
0
410
Member Avatar for vegaseat

Just a couple of number tricks to check Go's mathematical abilities. If you have more, let's show them here.

Member Avatar for vegaseat
2
417
Member Avatar for Cj

For my c++ class i have to write a code that will read integers in to a 2D array from a file and then, using functions/methods, determine if the array is a magic square. My problem is that when i build or compile i get "error C2664: 'DataIn' : cannot …

Member Avatar for richieking
0
993
Member Avatar for OsaMasw

Hello guys, today when I was try to install Joomla on my server it prevents me from continue because of Magic Quotes GPC = ON , so I red about this and saw many sites and PHP iteself recommended to shut this feature, my question is in my projects I …

Member Avatar for OsaMasw
0
247
Member Avatar for TrustyTony

There was discussion thread http://www.daniweb.com/software-development/python/threads/424953/polynomial-division for class based implementation for polynomials, and I developed a version utilizing the magic methods to enable operation with normal arithmetic operation. I only inherited sequence structure from list type. Interoperability with scalar types is not implemented to avoid too complicated type checks of the …

Member Avatar for TrustyTony
1
1K
Member Avatar for TrustyTony

I googled little around for correct way to not reinventing of the wheel for expression evaluation (even I had done some simple evaluation check for my [Tkinter calculator snippet](http://www.daniweb.com/software-development/python/code/282548/simple-calculator) earlier). After getting totally upset with [this example](http://www.bestcode.com/html/evaluate_math_expressions_pyth.html), I made this with some struggles with `__builtins__` globals parameter of eval. First …

0
637
Member Avatar for vuquanghoang

I have a code on the Internet and I have rewritten it, but there are t and n3 variable in the odd_order function that I don't understand their meaning. Please help me to explore it. :D. This code is generating a odd order magic square. <html> <head> <title>Magic Squares</title> <script …

Member Avatar for fobos
0
221
Member Avatar for joankim

Hi :) I am trying to make a program that will find the first x perfect squares. I have done and redone this many times, but it never works. So basically, it needs to do two things: check if y is a perfect square. If it is, it needs to …

Member Avatar for joankim
0
946
Member Avatar for cka91405

Im writing a code that ask for two positive integers entered from the keyboard. The first integer N is odd in range of 3-15 and the second with be an initial value I. N will be the size of the array. Beginning the center of the NxN array with the …

Member Avatar for Adak
0
274
Member Avatar for TrustyTony

Here unsystematic play with linked list structure Object Oriented style. If you have performance critical code, please do not use this but use the superb faster than list [URL="http://pypi.python.org/pypi/blist/"]blist module[/URL] (including sorted versions of main data structures). As OO newbie (though with some 30 years of other programming), I wanted …

0
206
Member Avatar for cwarn23

Hi, in this news you will see how in the past few years there has been some controversy over a bug or more commonly known as a feature which appears it may be removed as of php 5.4.0. According to the features list of php 5.4.0 beta there is the …

Member Avatar for diafol
4
747
Member Avatar for Taimoor Rana

hello guys, i have this code written down to print a magic square and i get an error. public void doMagic() { int k = 1; int row = 0; int col = order/2; msArray[row][col] = k; for ( int r = 0; r < msArray.length; r++) { for ( …

Member Avatar for litchi
0
159
Member Avatar for kring08
Member Avatar for javaAddict
1
194
Member Avatar for hotmatrixx

Exactly as the title says. [URL="http://www.kammerl.de/ascii/AsciiStereoMovie.php"]ASCII 3D Magic Eye movie[/URL] You can customise the image, colours, and its' movement any way you like further down the page. Also, as an added bonus, Star Wars [URL="http://www.asciimation.co.nz/#"]HAND DRAWN STAR WARS: ASCII MOVIE.[/URL] This deserves credit purely because of the skill and time …

0
151
Member Avatar for happygeek

May 5th should prove to be an interesting day for tech fans, as it would appear that both the much hyped Windows 7 operating system and the HTC Magic Android mobile phone will be launched to the waiting public. Neowin [URL="http://www.neowin.net/news/main/09/04/18/windows-7-rc-coming-to-msdntechnet-soon-public-may-5"]spotted[/URL] that a Microsoft Partners [URL="https://partner.microsoft.com/US/40084742"]web page[/URL] (now replaced with …

Member Avatar for LHandley
0
695

The End.