Antalya: Difference between revisions
From Antalya
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Image:antalya.jpg|class=img-responsive]] | [[Image:antalya.jpg|class=img-responsive]] | ||
<div class="jumbotron"> | |||
==Welcome to Antalya== | ==Welcome to Antalya== | ||
This wiki is for experimenting with styles and elements of [https://www.mediawiki.org/wiki/Help:Formatting Mediawiki] with the [https://tweeki.kollabor.at/wiki/Welcome Tweeki] style that includes [https://getbootstrap.com/docs/3.4/getting-started/#examples Bootstrap functionality] to be used at [http://www.iis.ee.ethz.ch Integrated Systems Laboratory of ETH Zurich]. | This wiki is for experimenting with styles and elements of [https://www.mediawiki.org/wiki/Help:Formatting Mediawiki] with the [https://tweeki.kollabor.at/wiki/Welcome Tweeki] style that includes [https://getbootstrap.com/docs/3.4/getting-started/#examples Bootstrap functionality] to be used at [http://www.iis.ee.ethz.ch Integrated Systems Laboratory of ETH Zurich]. | ||
</div> | |||
===Tests=== | ===Tests=== |
Revision as of 08:54, 21 November 2020
Welcome to Antalya
This wiki is for experimenting with styles and elements of Mediawiki with the Tweeki style that includes Bootstrap functionality to be used at Integrated Systems Laboratory of ETH Zurich.
Tests
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
And some text here to explain stuff
Title 2
It could be much more simpler
And some text here to explain stuff