This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[11pt,a4paper]{article} | |
\usepackage[T1]{fontenc} | |
\usepackage[latin1]{inputenc} | |
\usepackage[english]{babel} | |
\usepackage{blindtext,calc,multicol,wrapfig} | |
\begin{document} | |
\begin{multicols}{2} | |
\blindtext | |
\begin{wrapfigure}[6]{r}[.5\width+.5\columnsep]{6cm} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\cleardoublepage% or \clearpage under the oneside option | |
\phantomsection% Mark a hyperref link location | |
\addcontentsline{toc}{chapter}{\listtablename}% Add contents entry for List of Tables | |
\listoftables% Start List of Tables |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage{pgfplots} | |
\usetikzlibrary{pgfplots.groupplots} | |
\begin{document} | |
\begin{tikzpicture} | |
\begin{groupplot}[ | |
group style={ | |
group name=my plots, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.0/TweenMax.min.js"></script> | |
<title></title> | |
</head> | |
<body> | |
<svg width=500 height=500 id="svg"> | |
<circle id="bigcircle" r=100 cx="250" cy="250" fill="none" stroke-width="2px" stroke="blue"/> | |
<circle id="smallcircle" r=10 cx="370" cy="250" fill="blue"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
gs \ | |
-sOutputFile=$2 \ | |
-sDEVICE=pdfwrite \ | |
-sColorConversionStrategy=Gray \ | |
-dProcessColorModel=/DeviceGray \ | |
-dCompatibilityLevel=1.4 \ | |
-dNOPAUSE \ | |
-dBATCH \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <gtk/gtk.h> | |
static gboolean | |
press_event(GtkWidget* widget, GdkEvent* event, gpointer user_data){ | |
printf("Hello\n"); | |
return FALSE; | |
} | |
static gboolean | |
release_event(GtkWidget* widget, GdkEvent* event, gpointer user_data){ | |
printf("World\n"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Uzi AltGr kun ne internacia klavoj | |
! left/right windows-logo key | |
! in "windows" keyboards the postion of the key is annoying, is where AltGr | |
! usually resides, so go define it as AltGr | |
keycode 108 = Mode_switch | |
! ĉi tiu de http://bertilow.com/komputo/linukso.html | |
! Baza solvo por tajpado de Esperantaj supersignaj literoj estas uzado de la | |
! klavo AltGr. Por fari tion oni skribu en sia dosiero “.Xmodmap” la jenajn | |
! liniojn, kiuj modifas la aktualan klavararanĝon: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"celltoolbar": "Slideshow", | |
"name": "", | |
"signature": "sha256:830db6fa190ca822bd41e70bcb9db4ef7d9f41e1a4472924cd62912b4b1fb193" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Komputila Vidado | |
=================== | |
Mi estas Anderson kaj mi instruos vin pri **Komputila Vidado**, kiu estas la dilvolvado de programaroj por lasi la komputiloj kompreni ĉiujn kiujn ĝi vidas, pere de kamerao. Vidu ekzemplon | |
 | |
En tiu ekzemplo, la komputilo detektas la kapojn de la personoj kaj sekvas ilin. Do, ĝi povas poste identigi ilin. | |
Alia ekzemplo estas detekti numeroj de aŭtomobila plato. | |
 | |
Kiom da aŭtomobiloj estas en tio loko? | |
 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1 id="komputila-vidado">Komputila Vidado</h1> | |
<p>Mi estas Anderson kaj mi instruos vin pri <strong>Komputila Vidado</strong>, kiu estas la dilvolvado de programaroj por lasi la komputiloj kompreni ĉiujn kiujn ĝi vidas, pere de kamerao. Vidu ekzemplon <br> | |
<img src="http://static.squarespace.com/static/53469597e4b0b2e29e34152b/t/53471a48e4b0b51fbb0b690b/1397168775834/crowd_tracking_Rodriguez.gif" alt="" title=""> <br> | |
En tiu ekzemplo, la komputilo detektas la kapojn de la personoj kaj sekvas ilin. Do, ĝi povas poste identigi ilin. <br> | |
Alia ekzemplo estas detekti numeroj de aŭtomobila plato. <br> | |
<img src="http://www.visionatics.com.tw/images/low-height.png" alt="" title=""></p> | |
<p>Kiom da aŭtomobiloj estas en tio loko? <br> | |
<img src="http://countingsoftware.biz/images/slide05.jpg" alt="" title=""></p> |
NewerOlder