|
If a black hole slammed into the moon, leaving an entry hole the size of a golf ball? and passed directly through the center of the moon...how big would the exit hole be?
I'm sort of thinking the black hole would double its diameter for every diameters...
Started by big bob on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at yahoo):
This to asking how large the exit hole would be when dropping a bowling ball onto a shotglass the mass of the Black hole the only thing generating gravity so it would be like passing an equivalent mass if they cannot grow from incoming ....
|
|
I was planning on doing some holesawing on a couple of my empty tanks i have laying around. Does anybody know how many holes you can drill into the back of a 20g long? I am planning on a LOT of flow so was thinking of 1 1/2" drains and 3/4" or 1" returns...
Started by pandora32 Hermit Crab on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at reeffrontiers):
But with a small tank.
A bulkead width away from anything like, another hole, corner, overglow box,etc.
|
|
I need to create a 3D model of a cube with a circular hole punched at the center of one face passing completely through the cube to the opposite side. I am able to generate the vertices for the faces and for the holes.
Four of the faces (untouched by ...
Started by Agnel Kurian on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
The best way is probably to create triangles from a vertex of the hole), and the hole as a circle in the....
You'll need to find a triangulation of the plane around the hole somehow.
Even a way to define a polygon with a hole.
|
Ask your Facebook Friends
|
Is there a site that will scan my website and check it for security holes?
Preferably one that doesn't charge.
Started by kylex on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
WebScarab has several modes of operation, implemented....
It is written in Java, and is thus portable to many platforms .
WebScarab is a framework for analysing applications that communicate using the HTTP and HTTPS protocols .
You might want to look into WebScarab.
|
|
I'm making a game with Python->PyGame->Albow and ran into a problem with board generation. However I'll try to explain the problem in a language agnostic way. I believe it's not related to python.
I've split the game board generation into several...
Started by Annan on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If hole positions the position of a hole as something....
If hole positions are stored as integers, I don't doubt rounding error accumulates quickly enough to kill you.
Sorta-thing'; sounds exactly what a bug in this step could produce .
|
|
Hello, I am Fbccars or big_noobowski924 on psn. I have been waiting to open up shop to share tunes and do custom tailored tunes. I do not use any aids except abs-1. I specialize in FR <500pp, 4wd any and have some expierience with drifting and Circle...
Started by fbccars924 on
, 20 posts
by 6 people.
Answer Snippets (Read the full thread at gtplanet):
We hope you enjoy being.
The Watering hole would like to Welcome SVX to the crew.
Are full Mod.
|
|
What would happen if a white hole and a black hole were right in front of each other?
Started by dude234forever on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at yahoo):
A white hole is the big bang, which created the universe, and a black hole will likely end the universe in a physics stand point, so inside a black hole with all....
There would be two holes parallel, and physics would be broken.
|
|
I have a polygon determined by an Array of Points.
This polygon is crossing itself making some holes in the polygon itself.
My questions is: How can I omit this holes and just get the exterior points of the polygon?
Or what will be the same and probably...
Started by roger on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The "rightmost") and trace the outline, adding edges ....
Then, start with one vertex that is obviously an external one (e.g .
First, find all intersections of edges, add these intersections to the vertices list, and split the edges at these intersections .
|
|
Let me explain a bit more, I am trying to have a large area (full screen) with a fixed size hole in it. The hole will follow the mouse around the screen. Think of having a scope focused on the page and the rest of the page grayed out.
I need this working...
Started by gatapia on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
In your javascript, make the outer div move around.
The fixed-width hole in the middle.
|
|
I have an edge map extracted from edge detection module in OpenCV (canny edge detection). What I want to do is to fill the holes in the edge map.
I am using C++, and OpenCV libraries. In OpenCV there is a cvFloodFill() function, and it will fill the holes...
Started by Lily on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
A hole is a set.
Of imfill in MATLAB:
BW2 = imfill(BW,'holes') fills holes in the binary image BW.
|