• Starting today August 7th, 2024, in order to post in the Married Couples, Courting Couples, or Singles forums, you will not be allowed to post if you have your Marital status designated as private. Announcements will be made in the respective forums as well but please note that if yours is currently listed as Private, you will need to submit a ticket in the Support Area to have yours changed.

Beastt

Legend
Mar 12, 2004
12,966
1,019
Arizona
✟40,898.00
Faith
Atheist
Marital Status
Single
Politics
US-Others
COMPARATIVE DIGESTIVE ANATOMY

..........-FACIAL MUSCLES-..............................-JAW TYPE-
Carnivore: Reduced to allow wide mouth gape..Carnivore: Angle not expanded
Herbivore: Well-developed....................Herbivore: Expanded angle
Omnivore.: Reduced...........................Omnivore.: Angle not expanded
Human....: Well-developed....................Human....: Expanded angle

.........-JAW JOINT LOCATION-...........................-JAW MOTION-
Carnivore: On same plane as molar teeth......Carnivore: Shearing; minimal side-to-side
........................................................motion
Herbivore: Above the plane of the molars.....Herbivore: No shear; good side-to-side,
........................................................front-to-back
Omnivore.: On same plane as molar teeth......Omnivore.: Shearing; minimal side-to-side
Human....: Above the plane of the molars.....Human....: No shear; good side-to-side, front
........................................................to-back

.......-MAJOR JAW MUSCLES-............................-MOUTH OPENING vs HEAD SIZE-
Carnivore: Temporalis........................Carnivore: Large
Herbivore: Masseter and pterygoids...........Herbivore: Small
Omnivore.: Temporalis........................Omnivore.: Large
Human....: Masseter and pterygoids...........Human....: Small

.........-TEETH: Incisors-............................-TEETH: Canines-
Carnivore: Short and pointed.................Carnivore: Long, sharp and curved
Herbivore: Broad, flattened and..............Herbivore: Dull and short or none
...........spade shaped
Omnivore.: Short and pointed.................Omnivore.: Long, sharp and curved
Human....: Broad, flattened and..............Human....: Short and blunted
...........spade shaped

.........-TEETH: Molars-..................................-CHEWING-
Carnivore: Sharp, jagged and blade shaped....Carnivore: None or little; swallows food
........................................................whole
Herbivore: Flattened with cusps..............Herbivore: Extensive chewing necessary
...........vs complex surface
Omnivore.: Sharp blades and/or flattened.....Omnivore.: Swallows food whole and/or simple
........................................................crushing
Human....: Flattened with nodular cusps......Human....: Extensive chewing necessary

............-SALIVA-....................................-STOMACH TYPE-
Carnivore: No digestive enzymes..............Carnivore: Simple
Herbivore: Carbohydrate digesting enzymes....Herbivore: Simple or multiple chambers
Omnivore.: No digestive enzymes..............Omnivore.: Simple
Human....: Carbohydrate digesting enzymes....Human....: Simple

..........-STOMACH ACIDITY-............................-STOMACH CAPACITY-
Carnivore: Less than or equal to pH 1........Carnivore: 60% to 70% of total volume
...........with food in stomach.........................of digestive tract
Herbivore: pH 4 to 5 with food...............Herbivore: Less than 30% of total volume
...........in stomach...................................of digestive tract
Omnivore.: Less than or equal to pH 1........Omnivore.: 60% to 70% of total volume
...........with food in stomach.........................of digestive tract
Human....: pH 4 to 5 with....................Human....: 21% to 27% of total volume
...........food in stomach..............................of digestive tract

.......-LENGTH OF SMALL INTESTINE-..........................-COLON-
Carnivore: 3 to 6 times body length..........Carnivore: Simple, short and smooth
Herbivore: 10 to more than 12 times..........Herbivore: Long, complex; may
...........body length..................................be sacculated
Omnivore.: 4 to 6 times......................Omnivore.: Simple, short and smooth
...........body length
Human....: 10 to 11 times....................Human....: Long, sacculated
...........body length

..............-LIVER-.........................................-KIDNEY-
Carnivore: Can detoxify vitamin A............Carnivore: Extremely concentrated urine
Herbivore: Cannot detoxify vitamin A.........Herbivore: Moderately concentrated urine
Omnivore.: Can detoxify vitamin A............Omnivore.: Extremely concentrated urine
Human....: Cannot detoxify vitamin A.........Human....: Moderately concentrated urine

..............-NAILS-
Carnivore: Sharp claws
Herbivore: Flattened nails or blunt hooves
Omnivore.: Sharp claws
Human....: Flattened nails
 
Upvote 0

Beastt

Legend
Mar 12, 2004
12,966
1,019
Arizona
✟40,898.00
Faith
Atheist
Marital Status
Single
Politics
US-Others
ORIGINAL................................................................MUTATION #65

Dim X, Y As Integer..............................Dim X, Y As Integer
Dim Z, Q As Single...............................Dim Z, Q As Single
Dim zX, zY As Single.............................Dim zX, zY As Single
Dim vX, vY As Single.............................Dim vX, vY As Single
Dim Xp, Yp As Integer............................Dim Xp, Yp As Integer

X = (shpBox.Left + shpBox.Width) / 2.............X = (shpBox.Left + shpBox.Width) / 2
Y = (shpBox.Top + shpBox.Height) / 2.............Y = (shpBox.Top + shpBox.Height) / 2
PSet (X, Y), RGB(255, 255, 255)..................PSet (X, Y), RGB(255, 255, 255)

Xp = 800.........................................Xp = 800
Yp = 800.........................................Yp = 800
..For Z = 0 To 6.28 Step 0.5……............………..……….For Z = 0 To 6.28 Step 0.5
->..zX = Sin(Z) * Xp + X……………......................….zX = Sin(1) * Xp + X
....zY = Cos(Z) * Yp + Y………………....................…….zY = Cos(Z) * Yp + Y
....Line (X, Y)-(zX, zY), RGB(0, 255, 0)……...........Line (X, Y)-(zX, zY), RGB(0, 255, 0)
......For Q = 0 To 6.28 Step 0.5……............………..……….For Q = 0 To 6.28 Step 0.5
........vX = Sin(Q) * Xp + zX.……............………..…....…..vX = Sin(Q) * Xp + zX
........vY = Cos(Q) * Yp + zY.……............………..….......vY = Cos(Q) * Yp + zY
........Line (vX, vY)-(zX, zY), RGB(250, 40, 100)........Line (vX, vY)-(zX, zY), RGB(250, 40, 100)
........DoEvents.........................................DoEvents
......Next.............................................Next
..Next.............................................Next
 
Upvote 0

Beastt

Legend
Mar 12, 2004
12,966
1,019
Arizona
✟40,898.00
Faith
Atheist
Marital Status
Single
Politics
US-Others
masrhy said:
whats this all meant to mean
It's just a place to test formatting. Since there is a great need to edit such things repeatedly, the formatting can be laid out at a test site first and then transferred to the appropriate thread.

My first post is for a diet-related thread, though the information hasn't be transferred yet. The second is Visual BASIC code I used to demonstrate mutation on a thread concerning the relative merits of evolution.
 
Upvote 0

Bargainfluger

Playin' in Joes Garage
Sep 14, 2004
1,353
99
MD
✟1,946.00
Faith
Atheist
Test
misc15.jpg
 

Attachments

  • pancake.jpg
    pancake.jpg
    41.8 KB · Views: 67
Upvote 0

Beastt

Legend
Mar 12, 2004
12,966
1,019
Arizona
✟40,898.00
Faith
Atheist
Marital Status
Single
Politics
US-Others
Demonstration of how a few simple rules, acting in unison can bring about complex structures.


..For Z = 0 To 6.28 Step 0.3
....zX = Sin(Z) * Xpand + X
....zY = Cos(Z) * Ypand + Y
......For W = 0 To 6.28 Step 0.3
........wX = Sin(W) * (Xpand - 200) + zX
........wY = Cos(W) * (Ypand - 200) + zY
..........For V = 0 To 12 Step 1
............vX = Sin(V) * (Xpand - 900) + wX
............vY = Cos(V) * (Ypand - 900) + wY
..............MC = Abs(vX - X) + Abs(vY - Y)
..............MC = (MC / 36)
..............Line (vX, vY)-(wX, wY), RGB(20, 20, (255 - (MC * 2.5)))
..............For B = 0 To 12 Step 0.1
..................bX = Sin(B) * (Xpand - 1140) + vX
..................bY = Cos(B) * (Ypand - 1140) + vY
...................MC = Abs(bX - X) + Abs(bY - Y)
...................MC = (MC / 36)
..................Line (bX, bY)-(vX, vY), RGB(0, (255 - (MC * 1.6)), 0)
..................PSet (bX, bY), RGB(0, 125 - (MC * 1.2), 0)
................DoEvents
..............Next
..............HLD = (255 - (MC * 1.6))
..............PSet (vX, vY), RGB(HLD * 0.8, HLD * 1.7, HLD * 0.8)
..........Next
......Next
..Next
 

Attachments

  • PeaBall.jpg
    PeaBall.jpg
    58.8 KB · Views: 838
Upvote 0

Beastt

Legend
Mar 12, 2004
12,966
1,019
Arizona
✟40,898.00
Faith
Atheist
Marital Status
Single
Politics
US-Others
Jasie said:
humans are herbivores but God knew we would
start eating meat so he made our bodies so that they
would adapt.
Can you show me scripture which supports the idea that man's body was altered after creation to accomodate the consumption of meat? The whole point of the chart is to show that no such adaptation exists.

Since diseases linked to consumption of animal-based foods are by far the number one killer in industrialized western countries, it's pretty obvious that what you've suggested simply isn't the case.
 
Upvote 0

Beastt

Legend
Mar 12, 2004
12,966
1,019
Arizona
✟40,898.00
Faith
Atheist
Marital Status
Single
Politics
US-Others
Never before have I felt the need to do anything like this, Tim. But your level of denial and the level to which you will go to attempt to blacken by name, simply because I disagree has brought me to a point of believing this to be appropriate.

Certainly some will agree with me, others will agree with you. But your comments receiving a message you received long ago seem to insinuate that you believe your position to be seen as superior to mine. I would suggest that what it says is that there was another who attempted to present his ideas about truth and failed. I would guess the name "Edmond" accompanied the message of which you spoke.
 

Attachments

  • Is Prayer Effective - Reputation (Sml).jpg
    Is Prayer Effective - Reputation (Sml).jpg
    34.4 KB · Views: 39
Upvote 0