SlideShare ist ein Scribd-Unternehmen logo
1 von 112
I DOUBT THAT!
 An Introduction to Skepticism
JAMES
James Edward Gray II
        JEG2
PROGRAMMER
class MarkovChain
  def initialize(order = 2)
    @order    = order
    @word_map = { }
    @starters = [ ]
  end
end
My name is James.



My name is not Jesus.
My name is James.



My name is not Jesus.
My name is James.



My name is not Jesus.
My name is James.



     My name is not Jesus.



{ “My name” => [“is”],
  “name is” => [“James”, “not”],
  …}
class MarkovChain
  def learn(text)
    text.strip
        .sub(/s+/, " ")
        .sub(/( .){3,}/) { $&.delete(" ") }
        .scan(/(?:w[-'w]*|,|(?:.{3,} |[.!?] ))/)
        .each_cons(@order + 1) do |words|
      if @starters.empty?
        @starters << words[0..-2]
      elsif words.first =~ /A[.!?]/
        @starters << words[1..-1]
      end
      (@word_map[words[0..-2]] ||= [ ]) << words[-1]
    end
  end
end
class MarkovChain
  def contruct_paragraph(sentence_count = rand(10) + 1)
    words     = @starters.sample
    sentences = words.count { |word| word =~ /A[.!?]/ }
    until sentences >= sentence_count
      if choices = @word_map[words.last(@order)]
        words     << choices.sample
        sentences += 1 if words.last =~ /A[.!?]/
      else
        start = @starters.sample
        words.push(*start)
        sentences += start.count { |word| word =~ /A[.!?]/ }
      end
    end
    paragraph = words.join(' ')
                     .gsub(/ ([,.!?])/, '1')
                     .gsub(/.( .)+/, ".")
                     .gsub(/AW+/,     "")
    "t#{paragraph}n"
  end
end
class MarkovChain
  def contruct_paragraph(sentence_count = rand(10) + 1)
    words     = @starters.sample
    sentences = words.count { |word| word =~ /A[.!?]/ }
    until sentences >= sentence_count
      if choices = @word_map[words.last(@order)]
        words     << choices.sample
        sentences += 1 if words.last =~ /A[.!?]/
      else
        start = @starters.sample
        words.push(*start)
        sentences += start.count { |word| word =~ /A[.!?]/ }
      end
    end
    paragraph = words.join(' ')
                     .gsub(/ ([,.!?])/, '1')
                     .gsub(/.( .)+/, ".")
                     .gsub(/AW+/,     "")
    "t#{paragraph}n"
  end
end
class MarkovChain
  def contruct_paragraph(sentence_count = rand(10) + 1)
    words     = @starters.sample
    sentences = words.count { |word| word =~ /A[.!?]/ }
    until sentences >= sentence_count
      if choices = @word_map[words.last(@order)]
        words     << choices.sample
        sentences += 1 if words.last =~ /A[.!?]/
      else
        start = @starters.sample
        words.push(*start)
        sentences += start.count { |word| word =~ /A[.!?]/ }
      end
    end
    paragraph = words.join(' ')
                     .gsub(/ ([,.!?])/, '1')
                     .gsub(/.( .)+/, ".")
                     .gsub(/AW+/,     "")
    "t#{paragraph}n"
  end
end
require "open-uri"
def load_fairy_tales
  open("#{URL}/index.html") do |list|
    list.read.scan(/href="([^"]+.txt)"/) do |story_url|
      open("#{URL}/#{story_url.first}") do |story|
        text = story.read
        if text.sub!(/As*(w.+w)/, "0")
          print "Loading #{$1}... " if DEBUG
          yield text
          puts "Done." if DEBUG
        end
      end
    end
  end
end
DEBUG      = ARGV.delete("-d")
URL        = "http://www.kidsnewsroom.org/elmer/infocentral/stories/grimm"
CHAIN_FILE = "markov_chain.marshal"

def build_chain
  if File.exist? CHAIN_FILE
    File.open(CHAIN_FILE) { |file| Marshal.load(file) }
  else
    MarkovChain.new.tap { |chain|
      load_fairy_tales { |tale| chain.learn(tale) }
       File.open(CHAIN_FILE, "w") { |file| Marshal.dump(chain, file) }
    }
  end
end

chain        = build_chain
bible_length = File.size("bible.txt")
open("generated_tales.txt", "w") do |tales|
  until tales.size >= bible_length
    tales.write(chain.contruct_paragraph)
  end
end
WHY?
NONSENSE

Jack's life had gone into the depths of the beds.

After having counted again and then pretended to begin
working on them, the dwarfs advice I'm an old hut made of
twigs and dead leaves.

A whole world was stirring to life and the Princess fussed
around and ordered new clothes to be coming from inside
the oven door shut.
THOUGHT PROVOKING
But wealth doesn't always bring happiness.

In the meantime, Puss in Boots.

He was a lovely girl.

The gold pieces were spent to buy a lot more than any
mangy donkey or half-ruined mill, the bowl lay empty on a
large spider who promised to help her.

You are, your Highness, you'll have to work like the others,
or you'll not get even that.
SCARY


Hope flooded Pinocchio's heart as the water rushed into its
cavern-like mouth…

…the second Geppetto carved out the bone You're still
much too thin she complained.

Hansel opened the door. Who's there cried Grandma from
her bed It's me, otherwise it won't taste nice.
JUST LIKE THE BIBLE
ATHEIST
A FRESH PERSPECTIVE



I shed my belief nearly 20 years ago

I just joined the community within the last year

I have a lot of new words
Theology
Theology


Philosophy
Theology


Philosophy   Skepticism
BOOBS
WHAT
      IS SHE
      DOING?
http://www.pregnancy-and-giving-birth.com/
HOW?
JUST EAT IT?
http://eclipsstudios.blogspot.com/2008_10_01_archive.html
http://rev-views.blogspot.com/2008/11/dvds-in-review-41-cabbage.html
IS THIS DANGEROUS?
http://www.playinghouseblog.com/2011/01/dubai-farmers-market.html
I GOOGLED IT
I GOOGLED IT

I know it sounds weird but you can put cabbage leaves on
your breasts and it will dry your milk out! I did it and it
works.
I GOOGLED IT

I know it sounds weird but you can put cabbage leaves on
your breasts and it will dry your milk out! I did it and it
works.

Cool cabbage compresses will reduce swelling quickly, and if
left in place for long periods will help diminish milk supply.
This method may be used instead of or in addition to
removing small amounts of milk to reduce supply. Use fresh
green leaves, cleaned and chilled, wrapped around the
breasts. Change them about every two hours.
AUTHORITY?
MAGIC
WORDS
  scientific study
   double-blind
   peer reviewed
placebo controlled
MYTH BUSTED
THE PROCESS



Question

Think critically

Search for evidence
SKEPTICISM
TRAITS OF A SKEPTIC

Questions authority

A questioning attitude of knowledge, facts, or opinions/
beliefs stated as facts

Suspended judgement and systemic doubt

Requires all new information to be well supported by
evidence
INTERESTS
LOGICAL FALLACIES
LOGICAL FALLACIES

Christianity has the largest group of followers, because it’s
the best religion.
LOGICAL FALLACIES

Christianity has the largest group of followers, because it’s
the best religion.

God exists because the Bible says so. The Bible is inspired.
Therefore, we know that God exists.
LOGICAL FALLACIES

Christianity has the largest group of followers, because it’s
the best religion.

God exists because the Bible says so. The Bible is inspired.
Therefore, we know that God exists.

Either God exists or evolution is true.
LOGICAL FALLACIES

Christianity has the largest group of followers, because it’s
the best religion.

God exists because the Bible says so. The Bible is inspired.
Therefore, we know that God exists.

Either God exists or evolution is true.

William Lane Craig is a jerk. I can’t listen to his debates.
LOGICAL FALLACIES

Christianity has the largest group of followers, because it’s
the best religion.

God exists because the Bible says so. The Bible is inspired.
Therefore, we know that God exists.

Either God exists or evolution is true.

William Lane Craig is a jerk. I can’t listen to his debates.

God doesn’t reveal Himself to nonbelievers.
BRAIN ODDITIES
BRAIN ODDITIES


The ideo-motor response: vividly imagine sucking on a
lemon and you may salivate
BRAIN ODDITIES


The ideo-motor response: vividly imagine sucking on a
lemon and you may salivate

Pareidolia: why you see animals/faces in the clouds
BRAIN ODDITIES


The ideo-motor response: vividly imagine sucking on a
lemon and you may salivate

Pareidolia: why you see animals/faces in the clouds

Hypnagogia: ???
AS YOU KNOW IT
http://ufoclearinghouse.webs.com/ufochreportingcenter.htm
MEMBER BENEFITS

We never get abducted by aliens

We don’t lose sleep over the Feng Shui in our houses

We save a lot of money by avoiding alternative medical
treatments like acupuncture, chiropractors, etc.

We get to study tons of interesting subjects

Our children have a higher survival rate since we vaccinate
DIRTY LITTLE SECRETS

We kill a sacred cow to join

We’re all mad that second hand smoke doesn’t kill people

We can be slow to react to things like man-made global
warming

We have to be careful not too see logical fallacies
everywhere

We have to remember to be skeptical, not cynical
BIBLE CODE
HIDDEN PROPHECY


Equidistant Linguistic Sequences spell out historic events

Events occurring after the Bible can be found

However, they are usually wrong unless we find them after
they occur

Works best with the English and Hebrew translations
A GRID OF LETTERS
 http://en.wikipedia.org/wiki/Bible_code
KNOWING THE FUTURE
http://www.csicop.org/si/show/hidden_messages_and_the_bible_code/
PROVE IT!
class ELSSearch
  def initialize(words, text)
    @words      = words.split.map { |word| word.downcase.delete("^a-z") }
    @text       = text.downcase.delete("^a-z")
    @sequences = Hash.new { |ws, w| ws[w] = Hash.new { |os, o| os[o] = [ ] } }
    @result     = nil
  end
end
{ “this” => { 10 => [[0, 34], …]],
              20 => [[0, 64], …]],
              … },
  “that” => { 3 => [[100, 113], …]],
               5 => [[100, 119], …]],
               … },
  …}
class ELSSearch
  def find_sequences(word, min_offset)
    matched = false
    letters = word.split("")
    loop do
      puts "Searching #{min_offset} for #{word}..." if DEBUG
      @text.scan( / #{letters.join(".{#{min_offset}}")} |
                    #{letters.reverse.join(".{#{min_offset}}")} /x ) do
        matched                        = true
        @sequences[word][min_offset] << $~.offset(0)
      end
      break if matched
      min_offset += 1
    end
  end
end
class ELSSearch
  def find_sequences(word, min_offset)
    matched = false
    letters = word.split("")
    loop do
      puts "Searching #{min_offset} for #{word}..." if DEBUG
      @text.scan( / #{letters.join(".{#{min_offset}}")} |
                    #{letters.reverse.join(".{#{min_offset}}")} /x ) do
        matched                        = true
        @sequences[word][min_offset] << $~.offset(0)
      end
      break if matched
      min_offset += 1
    end
  end
end
class ELSSearch
  def box_results(result = SearchResult.new, words = @words)
    word = words.first
    @sequences[word].each_value do |bounds|
      bounds.each do |start, stop|
        if result.overlaps?(start, stop)
          expanded_results = result.expand(start, stop, word)
          if words.size <= 1
            return expanded_results
          else
            if nested_results = box_results(expanded_results, words[1..-1])
               return nested_results
            end
          end
        end
      end
    end
    nil
  end
end
class ELSSearch
  def box_results(result = SearchResult.new, words = @words)
    word = words.first
    @sequences[word].each_value do |bounds|
      bounds.each do |start, stop|
        if result.overlaps?(start, stop)
          expanded_results = result.expand(start, stop, word)
          if words.size <= 1
            return expanded_results
          else
            if nested_results = box_results(expanded_results, words[1..-1])
               return nested_results
            end
          end
        end
      end
    end
    nil
  end
end
class ELSSearch
  def box_results(result = SearchResult.new, words = @words)
    word = words.first
    @sequences[word].each_value do |bounds|
      bounds.each do |start, stop|
        if result.overlaps?(start, stop)
          expanded_results = result.expand(start, stop, word)
          if words.size <= 1
            return expanded_results
          else
            if nested_results = box_results(expanded_results, words[1..-1])
               return nested_results
            end
          end
        end
      end
    end
    nil
  end
end
class ELSSearch
  def box_results(result = SearchResult.new, words = @words)
    word = words.first
    @sequences[word].each_value do |bounds|
      bounds.each do |start, stop|
        if result.overlaps?(start, stop)
          expanded_results = result.expand(start, stop, word)
          if words.size <= 1
            return expanded_results
          else
            if nested_results = box_results(expanded_results, words[1..-1])
               return nested_results
            end
          end
        end
      end
    end
    nil
  end
end
class ELSSearch
  def perform
    @words.each do |word|
      find_sequences(word, 1)
    end
    until @result = box_results
      find_sequences(*lowest_sequence)
    end
  end

  private

  def lowest_sequence
    word = @sequences.sort_by { |_, os| [os.keys.max, rand] }.first.first
    [word, @sequences[word].keys.max + 1]
  end
end
class ELSSearch
  def perform
    @words.each do |word|
      find_sequences(word, 1)
    end
    until @result = box_results
      find_sequences(*lowest_sequence)
    end
  end

  private

  def lowest_sequence
    word = @sequences.sort_by { |_, os| [os.keys.max, rand] }.first.first
    [word, @sequences[word].keys.max + 1]
  end
end
class ELSSearch
  def perform
    @words.each do |word|
      find_sequences(word, 1)
    end
    until @result = box_results
      find_sequences(*lowest_sequence)
    end
  end

  private

  def lowest_sequence
    word = @sequences.sort_by { |_, os| [os.keys.max, rand] }.first.first
    [word, @sequences[word].keys.max + 1]
  end
end
class ELSSearch
  def perform
    @words.each do |word|
      find_sequences(word, 1)
    end
    until @result = box_results
      find_sequences(*lowest_sequence)
    end
  end

  private

  def lowest_sequence
    word = @sequences.sort_by { |_, os| [os.keys.max, rand] }.first.first
    [word, @sequences[word].keys.max + 1]
  end
end
class ELSSearch
  def show_results(highlight = false)
    matched_text = @text[@result.start...@result.stop]
    lowest_offset = @result.mapping.values.map(&:first).min
    box_size       = nil
    @result.mapping.each do |w, os|
      i         = os.first - lowest_offset
      o         = (os.last - os.first - w.size) / (w.size - 1)
      box_size = o if box_size.nil? or o > box_size
      w.size.times do |c|
        j                   = i + ((o + 1) * c)
        matched_text[j, 1] = matched_text[j, 1].upcase
      end
    end
    matched_text.gsub!(/G.{#{[box_size, 80].min}}/, "0n")
    matched_text.gsub!(/[A-Z]/, "e[1m0e[0m") if highlight
    matched_text
  end
end
class SearchResult
  def initialize(start = nil, stop = nil, mapping = { })
    @start   = start
    @stop    = stop
    @mapping = mapping
  end

  attr_reader :start, :stop, :mapping

  def overlaps?(start, stop)
    (@start.nil? and @stop.nil?) or (stop >= @start and start <= @stop)
  end

  def expand(start, stop, word)
    self.class.new( [@start, start].compact.min,
                    [@stop, stop].compact.max,
                    @mapping.merge(word => [start, stop]) )
  end
end
class SearchResult
  def initialize(start = nil, stop = nil, mapping = { })
    @start   = start
    @stop    = stop
    @mapping = mapping
  end

  attr_reader :start, :stop, :mapping

  def overlaps?(start, stop)
    (@start.nil? and @stop.nil?) or (stop >= @start and start <= @stop)
  end

  def expand(start, stop, word)
    self.class.new( [@start, start].compact.min,
                    [@stop, stop].compact.max,
                    @mapping.merge(word => [start, stop]) )
  end
end
A REPLACEMENT BIBLE
A REPLACEMENT BIBLE
http://www.templates.com/blog/come-up-smiling-amazing-3d-characters/
DEBUG = ARGV.delete("-d")
abort "Usage: #{$PROGRAM_NAME} [-d] WORDS" unless ARGV.first

search = ELSSearch.new(ARGV.shift, File.read("generated_tales.txt"))
search.perform
puts search.show_results($stdout.tty?)
DEBUG = ARGV.delete("-d")
abort "Usage: #{$PROGRAM_NAME} [-d] WORDS" unless ARGV.first

search = ELSSearch.new(ARGV.shift, File.read("generated_tales.txt"))
search.perform
puts search.show_results($stdout.tty?)
Ckintoapumpkinsheorderedohofcourseyoucantbuy
yOuwerentevenallowedtositforaloomsilkgoldthr
eaDhereexcellencythemerchanthuggEdhisdaughte
rinEverdiddoubtyourLoveformelayingherbasketo
nthetaBleandsheneveropensthedoortinywIndowsa
ndacircusmancalledthestaB
Ckintoapumpkinsheorderedohofcourseyoucantbuy
yOuwerentevenallowedtositforaloomsilkgoldthr
eaDhereexcellencythemerchanthuggEdhisdaughte
rinEverdiddoubtyourLoveformelayingherbasketo
nthetaBleandsheneveropensthedoortinywIndowsa
ndacircusmancalledthestaB
Lyisweariwillbeginworkingontheseaandpinocchiosetoutforschoolwithhisnewfriendsalo
ngwithshoalsoffishunluckyenoughtostanduptowindrainandonnoticingthecottageisntthi
sdelicioussaidgretelthrowingherarmsroundherfathersireallycantsayyesandlittleredr
idinghoodranbackacrosstheroomandadeepterrifyingvoicegrowLedungratefulmanisweariw
illhowkindyouarebutweneedisanarmyofcatsbutallwasintheforesttillitreachedthedoorw
hocanthatbethecityfatherswondereduneasilymindfulofthepalaceablackseaofratsswarme
doverthebaremeadowsshedidntpayanyattentiontohimafterdinnerusingoneOfmyFavoUritef
lowersishallfinishmyhousefirstopEnupifyouplantonegoldcoininanearbyladderontother
oofaddednewroomsandelegantmarblecolumnsthenoutstrodegiovannitheemperorreceivedth
eannouncementthatthekingintherealmnowthatwehavesettledthematteroffactiwillmakeam
ealreadytowardsduskseventinymenmarchedhomewardssingingbuttheypointedoutthatsheow
editheroWndaughtersandsherememberedtoothatsheoweditherownlifeaswellsurprisethewo
lfrappedonthewallwhoreallywasdrowningthepuppetsnewownerledhimtomarkthewaywhenitw
aspleadingthemarquisofcarabasisdrowningthekingsaidcarloshewalkedalongitforneveri
natulipthepuppetworkedlateintotheforesttothekitchenwhattinyplateSandsoforthemagi
cmirrorwhatswrongheaskedeachotherthenheopenedthedoortoanyonesaidlittleridinghood
tappedonthecloudsjackranforgetfulofallthecrumbshadgonethroughalotofchangessinceh
ehadcaughtintherealmnowthatwehaveplentyoftimetryingtocatchthepigashecouldandthew
agonandwasforeverteasingtortoiseforitsslOwnessthentheystayedforseveraldaystoeats
omemoreoftheminetofindoutwhowasnowmadlyinlovewithhersonandwehavesettledthematter
ofthepathandleadhimastraythistimehesaidmiaowwhichappearedinalowvoicethemoleinvit
edthumbelinaandthebirdsoaredintothebedandinaninstantpinocchiohadbeenunabletofind
outhewasheisveryR
Lyisweariwillbeginworkingontheseaandpinocchiosetoutforschoolwithhisnewfriendsalo
ngwithshoalsoffishunluckyenoughtostanduptowindrainandonnoticingthecottageisntthi
sdelicioussaidgretelthrowingherarmsroundherfathersireallycantsayyesandlittleredr
idinghoodranbackacrosstheroomandadeepterrifyingvoicegrowLedungratefulmanisweariw
illhowkindyouarebutweneedisanarmyofcatsbutallwasintheforesttillitreachedthedoorw
hocanthatbethecityfatherswondereduneasilymindfulofthepalaceablackseaofratsswarme
doverthebaremeadowsshedidntpayanyattentiontohimafterdinnerusingoneOfmyFavoUritef
lowersishallfinishmyhousefirstopEnupifyouplantonegoldcoininanearbyladderontother
oofaddednewroomsandelegantmarblecolumnsthenoutstrodegiovannitheemperorreceivedth
eannouncementthatthekingintherealmnowthatwehavesettledthematteroffactiwillmakeam
ealreadytowardsduskseventinymenmarchedhomewardssingingbuttheypointedoutthatsheow
editheroWndaughtersandsherememberedtoothatsheoweditherownlifeaswellsurprisethewo
lfrappedonthewallwhoreallywasdrowningthepuppetsnewownerledhimtomarkthewaywhenitw
aspleadingthemarquisofcarabasisdrowningthekingsaidcarloshewalkedalongitforneveri
natulipthepuppetworkedlateintotheforesttothekitchenwhattinyplateSandsoforthemagi
cmirrorwhatswrongheaskedeachotherthenheopenedthedoortoanyonesaidlittleridinghood
tappedonthecloudsjackranforgetfulofallthecrumbshadgonethroughalotofchangessinceh
ehadcaughtintherealmnowthatwehaveplentyoftimetryingtocatchthepigashecouldandthew
agonandwasforeverteasingtortoiseforitsslOwnessthentheystayedforseveraldaystoeats
omemoreoftheminetofindoutwhowasnowmadlyinlovewithhersonandwehavesettledthematter
ofthepathandleadhimastraythistimehesaidmiaowwhichappearedinalowvoicethemoleinvit
edthumbelinaandthebirdsoaredintothebedandinaninstantpinocchiohadbeenunabletofind
outhewasheisveryR
THE IMPORTANT STUFF
THE IMPORTANT STUFF
http://www.dan-dare.org/FreeFun/Games/BulletTimeFighting.htm
NvitedhimtOherhousetO
oanSweredPussinbooTSg
oldIlockscrashedtotHe
catimightindeedhegavE
ittoafitandproperendg
RetelbegaNtOeatiamlea
vE
NvitedhimtOherhousetO
oanSweredPussinbooTSg
oldIlockscrashedtotHe
catimightindeedhegavE
ittoafitandproperendg
RetelbegaNtOeatiamlea
vE
Atllteachhermayihavealookattheballbutinplaceofthemarquisofcarabashecriedawholewo
rldwasstirringtolifeandthebasketthenheblewagainandthentriumphantlyholduptheogrer
udelysireiveheardhiscriesandsentjacktosellititkeptmetoowarmpinocchiothrewhisarms
roundherfathersireallycanTsayyesiveheardyoupossessgreatpowersthatwayyouwillfinda
wifereturnedtohismiddlebehindhimswarmedtheratsitjustcantbeyouillmarryyouthumbeli
nadidnotmakeagoodsumofmoneywhentheharedecidedhemightaswellaseveryhomecomfortfort
hehousewhenjackgotdowntowaitforpinocchiotodrownontHeywalkedandwalkedtillhefeltdi
zywhenitwasquitetruecinderellahesaidtohiswifebutfromtimetotimeuptostrangersgoodb
yeperhapswellmeetagainhesaiddonttrypullingmyleggoldilockscrashedtotherooftohavea
greatcastlebutthecatohdearimgoingtopeepinsideitreallyisyouthewickedstepmothErkep
thanselandgretelhadbroughtherbrotherachickenboneandbeautyandtheprincessonastonea
ndsighedacatwhatamishriekedthelittlegirlwenttobedallnightlongthecaTmurmuredmiaow
suddenlysomethingamazinghappenedthatforaswimintherightthingexchanglngthatcowforf
ivebeanSoutoftheropeInsteadofthesedaintylittleslippersdoasyouaretoldandonatherdi
stantfamilythenheranintothepUppetsheadandtheyremainedgoodfriendswhilethethirdwho
senamewasbeautyhesaidiwasrightbehindhimflockedtheRatsbegantomultiplyinthebeginni
ngbeautywasledtothewinningpostpoorgeppettohisSecondwifeoftenilltreatedThechildre
nbehindthepiedpiperandastimepassedjacknolongerfeltindangerthemagicalsoundofahand
someyoungladaskedinastonishmentatthecastlethecitizensofhamelinbuttheservantdidno
trelishtheideaofabrassbandbrokeintothedepthsofthebeanstalkpokedthroughThewoodsto
thetunnelandeverydayasduskwasfallinglittleredridinghoodstartedtorunaboutthegiant
shugehandsandhecalledontheleavesintheskyhadgrownovernightthebeansmusthavereallyb
eenmagicthefairypinocchiowaswakenedbythecurrentbythetimethisistheloveliestinthes
harksstomachiwaS
Atllteachhermayihavealookattheballbutinplaceofthemarquisofcarabashecriedawholewo
rldwasstirringtolifeandthebasketthenheblewagainandthentriumphantlyholduptheogrer
udelysireiveheardhiscriesandsentjacktosellititkeptmetoowarmpinocchiothrewhisarms
roundherfathersireallycanTsayyesiveheardyoupossessgreatpowersthatwayyouwillfinda
wifereturnedtohismiddlebehindhimswarmedtheratsitjustcantbeyouillmarryyouthumbeli
nadidnotmakeagoodsumofmoneywhentheharedecidedhemightaswellaseveryhomecomfortfort
hehousewhenjackgotdowntowaitforpinocchiotodrownontHeywalkedandwalkedtillhefeltdi
zywhenitwasquitetruecinderellahesaidtohiswifebutfromtimetotimeuptostrangersgoodb
yeperhapswellmeetagainhesaiddonttrypullingmyleggoldilockscrashedtotherooftohavea
greatcastlebutthecatohdearimgoingtopeepinsideitreallyisyouthewickedstepmothErkep
thanselandgretelhadbroughtherbrotherachickenboneandbeautyandtheprincessonastonea
ndsighedacatwhatamishriekedthelittlegirlwenttobedallnightlongthecaTmurmuredmiaow
suddenlysomethingamazinghappenedthatforaswimintherightthingexchanglngthatcowforf
ivebeanSoutoftheropeInsteadofthesedaintylittleslippersdoasyouaretoldandonatherdi
stantfamilythenheranintothepUppetsheadandtheyremainedgoodfriendswhilethethirdwho
senamewasbeautyhesaidiwasrightbehindhimflockedtheRatsbegantomultiplyinthebeginni
ngbeautywasledtothewinningpostpoorgeppettohisSecondwifeoftenilltreatedThechildre
nbehindthepiedpiperandastimepassedjacknolongerfeltindangerthemagicalsoundofahand
someyoungladaskedinastonishmentatthecastlethecitizensofhamelinbuttheservantdidno
trelishtheideaofabrassbandbrokeintothedepthsofthebeanstalkpokedthroughThewoodsto
thetunnelandeverydayasduskwasfallinglittleredridinghoodstartedtorunaboutthegiant
shugehandsandhecalledontheleavesintheskyhadgrownovernightthebeansmusthavereallyb
eenmagicthefairypinocchiowaswakenedbythecurrentbythetimethisistheloveliestinthes
harksstomachiwaS
MYTH BUSTED
RESOURCES
http://www.amazon.com/Demon-Haunted-World-Science-Candle-Dark/dp/0345409469/ref=sr_1_1
http://www.theskepticsguide.org/
SCIENCE OR FICTION
SCIENCE OR FICTION
Episode 80, 1/31/2007:
SCIENCE OR FICTION
Episode 80, 1/31/2007:

  New study shows that men enjoy romantic movies, so-
  called chick flicks, almost as much as women.
SCIENCE OR FICTION
Episode 80, 1/31/2007:

  New study shows that men enjoy romantic movies, so-
  called chick flicks, almost as much as women.

  A recent study has found that the most unpleasant sound
  to humans is the sound of nails scratching across a
  blackboard.
SCIENCE OR FICTION
Episode 80, 1/31/2007:

  New study shows that men enjoy romantic movies, so-
  called chick flicks, almost as much as women.

  A recent study has found that the most unpleasant sound
  to humans is the sound of nails scratching across a
  blackboard.

  Researchers have witnessed free-ranging spider monkeys
  anointing themselves with crushed aromatic plants that
  they believe is used as a type of perfume.
OTHER RESOURCES
OTHER RESOURCES
Blogs

  Skepchick

  Bad Astronomy
OTHER RESOURCES
Blogs

  Skepchick

  Bad Astronomy

Podcasts

  Skeptiod

  QuackCast
OTHER RESOURCES
Blogs             Books by

  Skepchick         James Randi

  Bad Astronomy     Jon Ronson

Podcasts            Richard Wiseman

  Skeptiod

  QuackCast
OTHER RESOURCES
Blogs             Books by

  Skepchick         James Randi

  Bad Astronomy     Jon Ronson

Podcasts            Richard Wiseman

  Skeptiod        Magazines

  QuackCast         Skeptical Inquirer
(CONTINUED)
(CONTINUED)
TV Shows

 South Park

 Bullshit!

 CSI
(CONTINUED)
TV Shows

  South Park

  Bullshit!

  CSI

iPhone App

  Skeptic’s Dictionary
(CONTINUED)
TV Shows                 Web Sites

  South Park               Snopes.com

  Bullshit!                An Index to Creationist
                           Claims
  CSI
                           Uncomfortable
iPhone App                 Questions: Was the
                           Death Star Attack an
  Skeptic’s Dictionary
                           Inside Job?
http://www.amazingmeeting.com/




  http://www.skepticon.org/
THANKS
DOUBT ME!!!

QUESTIONS?

Weitere ähnliche Inhalte

Andere mochten auch

DRYing Up Rails Views and Controllers
DRYing Up Rails Views and ControllersDRYing Up Rails Views and Controllers
DRYing Up Rails Views and ControllersJames Gray
 
Continuous Delivery Applied
Continuous Delivery AppliedContinuous Delivery Applied
Continuous Delivery AppliedExcella
 
Presenter and Decorator in Rails
Presenter and Decorator in RailsPresenter and Decorator in Rails
Presenter and Decorator in RailsThaichor Seng
 
Put a Button on It: Removing Barriers to Going Fast
Put a Button on It: Removing Barriers to Going FastPut a Button on It: Removing Barriers to Going Fast
Put a Button on It: Removing Barriers to Going FastOSCON Byrum
 
Techniques for Reviewing a User Interface
Techniques for Reviewing a User InterfaceTechniques for Reviewing a User Interface
Techniques for Reviewing a User InterfaceRhonda Bracey
 
Database design & Normalization (1NF, 2NF, 3NF)
Database design & Normalization (1NF, 2NF, 3NF)Database design & Normalization (1NF, 2NF, 3NF)
Database design & Normalization (1NF, 2NF, 3NF)Jargalsaikhan Alyeksandr
 

Andere mochten auch (6)

DRYing Up Rails Views and Controllers
DRYing Up Rails Views and ControllersDRYing Up Rails Views and Controllers
DRYing Up Rails Views and Controllers
 
Continuous Delivery Applied
Continuous Delivery AppliedContinuous Delivery Applied
Continuous Delivery Applied
 
Presenter and Decorator in Rails
Presenter and Decorator in RailsPresenter and Decorator in Rails
Presenter and Decorator in Rails
 
Put a Button on It: Removing Barriers to Going Fast
Put a Button on It: Removing Barriers to Going FastPut a Button on It: Removing Barriers to Going Fast
Put a Button on It: Removing Barriers to Going Fast
 
Techniques for Reviewing a User Interface
Techniques for Reviewing a User InterfaceTechniques for Reviewing a User Interface
Techniques for Reviewing a User Interface
 
Database design & Normalization (1NF, 2NF, 3NF)
Database design & Normalization (1NF, 2NF, 3NF)Database design & Normalization (1NF, 2NF, 3NF)
Database design & Normalization (1NF, 2NF, 3NF)
 

Ähnlich wie I Doubt That!

What I learned from Seven Languages in Seven Weeks (IPRUG)
What I learned from Seven Languages in Seven Weeks (IPRUG)What I learned from Seven Languages in Seven Weeks (IPRUG)
What I learned from Seven Languages in Seven Weeks (IPRUG)Kerry Buckley
 
Class 6: Lists & dictionaries
Class 6: Lists & dictionariesClass 6: Lists & dictionaries
Class 6: Lists & dictionariesMarc Gouw
 
Threequals - Case Equality in Ruby
Threequals - Case Equality in RubyThreequals - Case Equality in Ruby
Threequals - Case Equality in RubyLouis Scoras
 
ScotRuby - Dark side of ruby
ScotRuby - Dark side of rubyScotRuby - Dark side of ruby
ScotRuby - Dark side of rubyGautam Rege
 
RedDot Ruby Conf 2014 - Dark side of ruby
RedDot Ruby Conf 2014 - Dark side of ruby RedDot Ruby Conf 2014 - Dark side of ruby
RedDot Ruby Conf 2014 - Dark side of ruby Gautam Rege
 
Coming Out Of Your Shell - A Comparison of *Nix Shells
Coming Out Of Your Shell - A Comparison of *Nix ShellsComing Out Of Your Shell - A Comparison of *Nix Shells
Coming Out Of Your Shell - A Comparison of *Nix ShellsKel Cecil
 
GoCracow #5 Bartlomiej klimczak - GoBDD
GoCracow #5 Bartlomiej klimczak - GoBDDGoCracow #5 Bartlomiej klimczak - GoBDD
GoCracow #5 Bartlomiej klimczak - GoBDDBartłomiej Kiełbasa
 
An Introduction to Scala (2014)
An Introduction to Scala (2014)An Introduction to Scala (2014)
An Introduction to Scala (2014)William Narmontas
 
Bash and regular expressions
Bash and regular expressionsBash and regular expressions
Bash and regular expressionsplarsen67
 
You do not need automation engineer - Sqa Days - 2015 - EN
You do not need automation engineer  - Sqa Days - 2015 - ENYou do not need automation engineer  - Sqa Days - 2015 - EN
You do not need automation engineer - Sqa Days - 2015 - ENIakiv Kramarenko
 

Ähnlich wie I Doubt That! (20)

What I learned from Seven Languages in Seven Weeks (IPRUG)
What I learned from Seven Languages in Seven Weeks (IPRUG)What I learned from Seven Languages in Seven Weeks (IPRUG)
What I learned from Seven Languages in Seven Weeks (IPRUG)
 
Values
ValuesValues
Values
 
Ruby
RubyRuby
Ruby
 
Class 6: Lists & dictionaries
Class 6: Lists & dictionariesClass 6: Lists & dictionaries
Class 6: Lists & dictionaries
 
Language supports it
Language supports itLanguage supports it
Language supports it
 
Threequals - Case Equality in Ruby
Threequals - Case Equality in RubyThreequals - Case Equality in Ruby
Threequals - Case Equality in Ruby
 
Shell Script
Shell ScriptShell Script
Shell Script
 
ScotRuby - Dark side of ruby
ScotRuby - Dark side of rubyScotRuby - Dark side of ruby
ScotRuby - Dark side of ruby
 
RedDot Ruby Conf 2014 - Dark side of ruby
RedDot Ruby Conf 2014 - Dark side of ruby RedDot Ruby Conf 2014 - Dark side of ruby
RedDot Ruby Conf 2014 - Dark side of ruby
 
Word chains
Word chainsWord chains
Word chains
 
Coming Out Of Your Shell - A Comparison of *Nix Shells
Coming Out Of Your Shell - A Comparison of *Nix ShellsComing Out Of Your Shell - A Comparison of *Nix Shells
Coming Out Of Your Shell - A Comparison of *Nix Shells
 
Introduction to Scala
Introduction to ScalaIntroduction to Scala
Introduction to Scala
 
03 tk2123 - pemrograman shell-2
03   tk2123 - pemrograman shell-203   tk2123 - pemrograman shell-2
03 tk2123 - pemrograman shell-2
 
Lecture19-20
Lecture19-20Lecture19-20
Lecture19-20
 
Lecture19-20
Lecture19-20Lecture19-20
Lecture19-20
 
GoCracow #5 Bartlomiej klimczak - GoBDD
GoCracow #5 Bartlomiej klimczak - GoBDDGoCracow #5 Bartlomiej klimczak - GoBDD
GoCracow #5 Bartlomiej klimczak - GoBDD
 
An Introduction to Scala (2014)
An Introduction to Scala (2014)An Introduction to Scala (2014)
An Introduction to Scala (2014)
 
Bash and regular expressions
Bash and regular expressionsBash and regular expressions
Bash and regular expressions
 
You do not need automation engineer - Sqa Days - 2015 - EN
You do not need automation engineer  - Sqa Days - 2015 - ENYou do not need automation engineer  - Sqa Days - 2015 - EN
You do not need automation engineer - Sqa Days - 2015 - EN
 
groovy & grails - lecture 2
groovy & grails - lecture 2groovy & grails - lecture 2
groovy & grails - lecture 2
 

Mehr von James Gray

In the Back of Your Mind
In the Back of Your MindIn the Back of Your Mind
In the Back of Your MindJames Gray
 
Amazon's Simple Storage Service (S3)
Amazon's Simple Storage Service (S3)Amazon's Simple Storage Service (S3)
Amazon's Simple Storage Service (S3)James Gray
 
Git and GitHub
Git and GitHubGit and GitHub
Git and GitHubJames Gray
 
Test Coverage in Rails
Test Coverage in RailsTest Coverage in Rails
Test Coverage in RailsJames Gray
 
Rails Routing And Rendering
Rails Routing And RenderingRails Routing And Rendering
Rails Routing And RenderingJames Gray
 
Sending Email with Rails
Sending Email with RailsSending Email with Rails
Sending Email with RailsJames Gray
 
Associations in Rails
Associations in RailsAssociations in Rails
Associations in RailsJames Gray
 
Rails Model Basics
Rails Model BasicsRails Model Basics
Rails Model BasicsJames Gray
 
Wed Development on Rails
Wed Development on RailsWed Development on Rails
Wed Development on RailsJames Gray
 

Mehr von James Gray (12)

In the Back of Your Mind
In the Back of Your MindIn the Back of Your Mind
In the Back of Your Mind
 
Module Magic
Module MagicModule Magic
Module Magic
 
API Design
API DesignAPI Design
API Design
 
Amazon's Simple Storage Service (S3)
Amazon's Simple Storage Service (S3)Amazon's Simple Storage Service (S3)
Amazon's Simple Storage Service (S3)
 
Git and GitHub
Git and GitHubGit and GitHub
Git and GitHub
 
Test Coverage in Rails
Test Coverage in RailsTest Coverage in Rails
Test Coverage in Rails
 
Rails Routing And Rendering
Rails Routing And RenderingRails Routing And Rendering
Rails Routing And Rendering
 
Sending Email with Rails
Sending Email with RailsSending Email with Rails
Sending Email with Rails
 
Associations in Rails
Associations in RailsAssociations in Rails
Associations in Rails
 
Rails Model Basics
Rails Model BasicsRails Model Basics
Rails Model Basics
 
Ruby
RubyRuby
Ruby
 
Wed Development on Rails
Wed Development on RailsWed Development on Rails
Wed Development on Rails
 

Kürzlich hochgeladen

Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 

Kürzlich hochgeladen (20)

Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 

I Doubt That!

Hinweis der Redaktion

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n
  25. \n
  26. \n
  27. \n
  28. \n
  29. \n
  30. \n
  31. \n
  32. \n
  33. \n
  34. \n
  35. \n
  36. \n
  37. \n
  38. \n
  39. \n
  40. \n
  41. \n
  42. \n
  43. \n
  44. \n
  45. \n
  46. \n
  47. \n
  48. \n
  49. \n
  50. \n
  51. \n
  52. \n
  53. \n
  54. \n
  55. \n
  56. \n
  57. \n
  58. \n
  59. \n
  60. \n
  61. \n
  62. \n
  63. \n
  64. \n
  65. \n
  66. \n
  67. \n
  68. \n
  69. \n
  70. \n
  71. \n
  72. \n
  73. \n
  74. \n
  75. \n
  76. \n
  77. \n
  78. \n
  79. \n
  80. \n
  81. \n
  82. \n
  83. \n
  84. \n
  85. \n
  86. \n
  87. \n
  88. \n
  89. \n
  90. \n
  91. \n
  92. \n
  93. \n
  94. \n
  95. \n
  96. \n
  97. \n
  98. \n
  99. \n
  100. \n
  101. \n
  102. \n
  103. \n
  104. \n
  105. \n
  106. \n
  107. \n
  108. \n
  109. \n
  110. \n
  111. \n
  112. \n
  113. \n
  114. \n
  115. \n
  116. \n
  117. \n
  118. \n
  119. \n
  120. \n