This file contains 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 | |
namespace Nette\Templates; | |
use Nette\Object; | |
use Nette\String; | |
/** | |
* Another Latte Macros | |
* |
This file contains 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
<!--02.11.2007, 16:45. User: "Cifro". Window title:"HALF-LIFE 2"--> | |
yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyrqwwwqddddwwqwwwwwwwddwsadddwwwwwsssaswwwwwwwdaqqwwwwwwwwwwwwwwdwqrwdwdawwwsraqeaaeedewwdewessssawwwwwwewwwdawwwwwwwwswewwwqwawawwrrwwwwwwwddsddedewwwwwwsdwdwweweeedeqwwwwwwedqwwdawwwwwwwwwwwwwwdwwwwwawwwwwwwwwwwwwwwwwwwwwwwwwwwwawwwwwwwwwwwwwwwwawwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwawwwwwewwsddawwwwwaaaaaaaaaaaaaaaaaaaaaaaawwwwwwwwwwwwwwwaadddwwwwwwwdddddaaawwwwwwwwwwwwwwwddddddddwwwwwwawwwwwwwwwwwwwwdwwwwwwwwwwwwdwwwwwwwwwwwwwwwwwdddaaaaaaaaaawwwwwwwdwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwdwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwawwwwwwwwddwwwwwssssssssssssssssdssssssssssssssssssssssssswaaaaaawdddddddddddddddddddddddddddddddddawwwwwwwwwwwaaaawssssssaaaaaaasssssssssswwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwsssssssssssssssssswssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssdsswwwwwwwwwaaaaaaaaaaadwdddddwwwwwwwwwwwwwwwwwwwww |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title>Fade-out divider</title> | |
<style> | |
::-moz-selection{ background: #bbb; color:#fff; text-shadow: none !important; } |
This file contains 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
<title>PNG -> DataURI in LESS syntax</title> | |
<form method=post> | |
<input type="text" size="150" name="folder"> | |
<input type="submit" value="Go"> | |
</form> | |
<pre> | |
<?php | |
// save output to e.g. icons.less |
This file contains 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
<head> | |
<title>VLC playlist na webe</title> | |
<meta charset="utf-8"> | |
</head> | |
<pre> | |
<?php | |
class VLCPlaylist{ |
This file contains 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 | |
class HomepagePresenter extends BasePresenter | |
{ | |
public function actionDefault() | |
{ | |
$detector = $this->context->detector; | |
if ($detector->isMobile()) { | |
$this->redirect("mobile"); |
This file contains 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
## @package NaoPositions | |
# @author Cifro Nix (http://about.me/Cifro) | |
# @version 1.0 | |
# | |
# Contains functions for basic Nao's positions | |
# | |
# Requires naoqi-sdk-1.10.52 or newer | |
# | |
# Up to date source code is available at: | |
# https://gist.github.com/1302060 |
This file contains 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/sh | |
# | |
# @file pkg_install_ubuntu.sh | |
# @brief OpenRTM-aist dependent packages install script for Debian-sarge | |
# @author Noriaki Ando <[email protected]> | |
# Shinji Kurihara | |
# Tetsuo Ando | |
# Harumi Miyamoto | |
# | |
# Cifro Nix // Modified for Ubuntu 11.10, there is no package for 11.10 yet |
OlderNewer