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 | |
# Nastaveni prenosu dat | |
stty -F /dev/ttyS1 raw speed 9600 | |
# Smycka | |
while [ 1 ]; do | |
READ=`dd if=/dev/ttyS1 count=1` | |
echo $READ | |
done |
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><link rel="stylesheet" href="files/style.css"> | |
<h1>NShrink and NFinder in action</h1> | |
<pre> | |
<?php | |
// Temporarily solution | |
require dirname(__FILE__) . '/Finder.php52.php'; |
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 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs"> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
<meta name="description" content="" /> | |
<meta name="keywords" content="" /> | |
<meta name="copyright" content="" /> | |
<meta name="author" content="" /> | |
<meta name="robots" content="all, follow" /> | |
<meta name="googlebot" content="index, follow, snippet, archive" /> |
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
\def\clqq{\vbox to0pt{\vss\hbox{\char34}\kern-1.4ex}} | |
\chardef\crqq=92 | |
\def\uv #1{\leavevmode\clqq #1\crqq} |
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
<?php | |
public static function init($options = NULL) { | |
if(is_null($options) || !is_array($options)) return FALSE; | |
if(is_array(current($options))) { | |
foreach($options as $option) { | |
dibi::connect($option, self::CONNECTION . self::$connection++); | |
} | |
} else { | |
dibi::connect($options, self::CONNECTION . self::$connection++); |
NewerOlder