Test: Difference between revisions

From Antalya
Jump to: navigation, search
No edit summary
No edit summary
 
Line 88: Line 88:


====Carousel====
====Carousel====
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
   {{Carousel3|animals|File:otter.jpg|Otter|File:manul.jpg|Baby Manul|File:redpanda.jpg|Red Panda}}
   <!-- Indicators -->
  <ol class="carousel-indicators">
    <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
    <li data-target="#carousel-example-generic" data-slide-to="1"></li>
    <li data-target="#carousel-example-generic" data-slide-to="2"></li>
  </ol>
 
  <!-- Wrapper for slides -->
  <div class="carousel-inner" role="listbox">
    <div class="item active">
      [[File:otter.jpg|class=img-responsive]]
      <div class="carousel-caption">
        <h3 style="color: white">Otter</h3>
      </div>
    </div>
    <div class="item">
      [[File:manul.jpg|class=img-responsive]]
      <div class="carousel-caption">
        <h3 style="color: white">Baby Manul</h3>
      </div>
    </div>
    <div class="item">
      [[File:redpanda.jpg|class=img-responsive]]
      <div class="carousel-caption">
        <h3 style="color: white">Red Panda</h3>
      </div>
    </div>
  </div>
  <!-- Controls removed -->
</div>
----
----
====Grids====
====Grids====
Line 156: Line 126:


<div class="col-xs-12 col-md-8 col-lg-8">
<div class="col-xs-12 col-md-8 col-lg-8">
<div id="carousel-example2" class="carousel slide" data-ride="carousel">
   {{Carousel3|animals2|File:otter.jpg|Otter|File:manul.jpg|Baby Manul|File:redpanda.jpg|Red Panda}}
   <!-- Indicators -->
  <ol class="carousel-indicators">
    <li data-target="#carousel-example2" data-slide-to="0" class="active"></li>
    <li data-target="#carousel-example2" data-slide-to="1"></li>
    <li data-target="#carousel-example2" data-slide-to="2"></li>
  </ol>
 
  <!-- Wrapper for slides -->
  <div class="carousel-inner" role="listbox">
    <div class="item active">
      [[File:otter.jpg|class=img-responsive]]
      <div class="carousel-caption">
        <h3 style="color: white">Otter</h3>
      </div>
    </div>
    <div class="item">
      [[File:manul.jpg|class=img-responsive]]
      <div class="carousel-caption">
        <h3 style="color: white">Baby Manul</h3>
      </div>
    </div>
    <div class="item">
      [[File:redpanda.jpg|class=img-responsive]]
      <div class="carousel-caption">
        <h3 style="color: white">Red Panda</h3>
      </div>
    </div>
  </div>
  <!-- Controls removed -->
</div>


</div><!-- End of col 2-->
</div><!-- End of col 2-->

Latest revision as of 09:42, 27 December 2020

Antalya.jpg


Tests

CTRL+A

Manul.jpg

Manul

here is a longer paragraph on how cute a Manul is.


Tabs

How to process each file in a directory

#! /bin/tcsh
foreach i (*.jpg)
  echo $i
end
#!/bin/bash
for i in *.jpg do
  echo $i
done


Syntax Highlight

#! /usr/sepp/bin/perl -w 
# v0.2 - <kgf@ee.ethz.ch> - Mon Nov 30 16:57:53 CET 2009

use strict;

#usage ./create_pwl.pl 101010101111 > a.pwl

### PARAMETERS TO CHANGE 
my $RISE = 100e-12;

## READ INPUT 
my $bits= shift(@ARGV) or die "usage ./create_pwl.pl bitstream > file \n";
if ($bits !~ m/^[01.]+$/){ die "bitpattern <$bits> should only contain 1s or 0s and also dots\n"}
$bits=~s/\.//g;

##FIRST POINT IS 0
printf("%10e %4.2f\n",$T,$VLOW);

## DO WE HAVE A DELAY ?? 
if ($START gt $T){
  $T = $START;
  printf("%10e %4.2f\n",$T,$VLOW);

}

Accordion

Here will be pages on photography

Tips and tricks for Unix tools

Carousel


Grids

See cute otter
Otter.jpg

And some text here to explain stuff

Title 2
Manul.jpg

Redpanda.jpg It could be much more simpler


And some text here to explain stuff

Rest