How NOT to do business online Digital Media Digital Marketing by Reverend Jim … I chose that I was immediately led down the rabbit hole again where I would have to install apps on my… Re: Improve HAVING BY performance Programming Databases by Dani Now as far as whether going down that rabbit hole that day was worth the cost of losing AndreRet, then I'd have to give a resounding no. Re: Read file properties of video files in C++ Programming Software Development by rproffitt …'t in the MP3 file. This is quite the rabbit hole to go down so I suggest you use MediaInfo or… Re: How NOT to do business online Digital Media Digital Marketing by rproffitt Someone wanted me to pay with Venmo which I also have never used. Sorry, but I don't want to add more apps today. Re: How NOT to do business online Digital Media Digital Marketing by Dani Not that it is an excuse, but I would like to offer up an explanation, if I may. You can [see here](https://www.daniweb.com/programming/web-development/threads/541688/airtm-api-how-to-build-a-form) that only 4 days ago, FarrisFahad had a button to pay by Paypal on his website, and wants to convert it into utilizing a payment API (e.g. something … Re: How NOT to do business online Digital Media Digital Marketing by Reverend Jim I could understand that for a small company but it looks like this place (US based) also has a Canadian presence. And judging by [their range of products](https://www.thewoodveneerhub.ca/) they aren't a small company. In any case, after pricing out what we wanted ($800+) and failing to get an alternate payment option we decided to invest in a … Re: How NOT to do business online Digital Media Digital Marketing by Dani > I could understand that for a small company but it looks like this place (US based) also has a Canadian presence. According to their about us page, it’s a family owned business run by a guy named Lawrence who has been in the industry since the 1970s but just started his own business in the 2000s. Which fits the profile I had laid out. (Eg … Re: How NOT to do business online Digital Media Digital Marketing by Reverend Jim Fair enough. Peg Hole Game Programming Software Development by Kagome … = random.randrange(1,7) total = (roll1) + (roll2) return total #initial hole list def create_peg_holes(): print("-"*40) for n in… a ", total, "\n") choice = input ("What hole do you choose? ") choice = int(choice) #validMoves = valid_moves(pegholes… Re: Peg Hole Game Programming Software Development by Kagome … = random.randrange(1,7) total = (roll1) + (roll2) return total #initial hole list def create_peg_holes(): print("-"*40) for n in… a ", total, "\n") choice = input ("What hole do you choose? ") choice = int(choice) #validMoves = valid_moves(pegholes… decomposing polygon with a hole Programming Software Development by nataraja833 … in GPC & Clipper is something like , exterior Rectangle + a Hole ( which is interior Rectangle ) for my application output has to… polygons WITHOUT holes , its like decomposing a polygon with a hole Can you tell me if there is any library which… Mozilla Security hole !!! Hardware and Software Information Security by caperjack [url]http://news.com.com/Security+hole+found+in+Mozilla+browser/2100-1002_3-5262676.html?tag=cd.lede[/url] Astronomers Find a Hole in the Universe Community Center Geeks' Lounge by The Dude Astronomers have stumbled upon a tremendous hole in the universe. That's got them scratching their heads … Re: Astronomers Find a Hole in the Universe Community Center Geeks' Lounge by Lardmeister … the speed of light, and most likely left another empty hole wherever they came from. Re: Astronomers Find a Hole in the Universe Community Center Geeks' Lounge by jwenting I've also found a massive hole. It's right there in the mind of our prime minister (though the one in his wallet is even larger, and he's trying to fill it by increasing the taxes I have to pay). Re: Astronomers Find a Hole in the Universe Community Center Geeks' Lounge by sneekula Is the hole just the edge of less? the memory hole? Hardware and Software Microsoft Windows by cbusen in the BIOS setup, given this: i have 8gb ram, asus p5qe, 500gb hd, 3.0 pentium dual core, do i leave the memory hole enabled and the remapping on? or are there advantages to changing any of that? Re: the memory hole? Hardware and Software Microsoft Windows by caperjack …, 3.0 pentium dual core, do i leave the memory hole enabled and the remapping on? or are there advantages to… pthread_create call fell into a black hole Programming Software Development by johndoe444 … the call to pthread_create seems to go into a black hole defined by pt_fork. Thanks. Re: the memory hole? Hardware and Software Microsoft Windows by caperjack [QUOTE=cbusen;1059834]yeah it is, i just sounded so forbidding i wanted to find out what it was and if it has any purpose at all.l[/QUOTE] just do a google search as to what it is and what does! you said this !! do i leave the memory hole enabled and the remapping on, to me that meant they were already enabled , good luck How to print out a triangle with hole/spaces at the center?? Programming Software Development by samsons17 how could i make a triangle thatgot spaces/hole at it's centre.. : for example like this : ---------------- * --------------*----* ------------*--------* ----------*------------* ---------*********** -->> … Virtual servers are a security black hole Hardware and Software Networking by happygeek … environment, security awareness appears to be something of a black hole. The [study](http://eu.vocuspr.com/Publish/517692/vcsPRAsset_517692_109957_85137914-8b53… Re: The Internets Biggest Security Hole Community Center by i-Brain Now they've put it online how do they assume to stop it if someone tries out this hole somehow. Doesn't look easy to stop a corporate out to get it? Re: Peg Hole Game Programming Software Development by group256 please put your code in (CODE) before posting it. Specially in this case, python code!!! Re: Peg Hole Game Programming Software Development by Kagome How do I put it in (CODE)? Sorry, but this is my first time using this site. Re: Peg Hole Game Programming Software Development by group256 click on (CODE) on the icon above text area and put your code in between the code-tags. Re: Peg Hole Game Programming Software Development by group256 so, let's go one by one, first[CODE][/CODE] of all, line 21, [CODE]print("(" + str(n) + ")", end="")[/CODE] what do you mean by end="" ??? next, line56 [CODE]pegholes = create_peg_holes()[/CODE] create_peg_holes() is not returning anything, what do you expect to be in pegholes variable???? Re: Peg Hole Game Programming Software Development by TrustyTony @group256: That is called print function, found in Python 3 or Python 2 by doing [CODE]from __future__ import print_function[/CODE]. [url]http://docs.python.org/library/functions.html#print[/url] Better way for saying the statement could be though: [CODE]print('(%s)' % n, end='')[/CODE] Re: Astronomers Find a Hole in the Universe Community Center Geeks' Lounge by Dave Sinkula [URL="http://cboard.cprogramming.com/showthread.php?t=93135"]Scooped[/URL]. Re: Astronomers Find a Hole in the Universe Community Center Geeks' Lounge by Ancient Dragon The problem is that we don't know if that great nothingness still exists. If it took one billion years for us to see the void then it will take at least another billion years to find out if it was ever filled with anything. Maybe right now that void is filled with millions of liviing stars and planets. No one on Earth will not find out for …