View imgtag.html
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
<img src="large-default-file.jpg" media="screen and (min-width:601px)" alt="this is alternative text for default file" title="this is title for default file"> | |
<source src="smaller.jpg" media="screen and (max-device-width:600px)" alt="this is alternative text for smaller file" title="this is title for smaller file"> | |
<source src="tiny.jpg" media="screen and (max-device-width:320px)" alt="this is alternative text for tiny file" title="this is title for tiny file"> | |
<source src="monochrome.jpg" media="monochrome" alt="this is alternative text for monochrome file" title="this is title for monochrome file"> | |
</img> |
View imgtag.html
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
<img src="large-default-file.jpg" media="screen and (min-width:601px)" alt="this is alternative text for default file" title="this is title for default file"> | |
<source src="smaller.jpg" media="screen and (max-device-width:600px)" alt="this is alternative text for smaller file" title="this is title for smaller file"> | |
<source src="tiny.jpg" media="screen and (max-device-width:320px)" alt="this is alternative text for tiny file" title="this is title for tiny file"> | |
<source src="monochrome.jpg" media="monochrome" alt="this is alternative text for monochrome file" title="this is title for monochrome file"> | |
</img> |
View imgtag.html
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
<img src="large-default-file.jpg" media="screen and (min-width:601px)" alt="this is alternative text for default file" title="this is title for default file"> | |
<source src="smaller.jpg" media="screen and (max-device-width:600px)" alt="this is alternative text for smaller file" title="this is title for smaller file"> | |
<source src="tiny.jpg" media="screen and (max-device-width:320px)" alt="this is alternative text for tiny file" title="this is title for tiny file"> | |
<source src="monochrome.jpg" media="monochrome" alt="this is alternative text for monochrome file" title="this is title for monochrome file"> | |
</img> |
View PKGBUILD
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
# Maintainer: Det | |
# Contributors: Charles Ghislain, Guillaume ALAUX, Daniel J Griffiths, Jason Chu, Geoffroy Carrier, Army, kfgz, Thomas Dziedzic, Dan Serban | |
pkgname=jre | |
_major=7 | |
_minor=4 | |
_pkg=${_major}u$_minor | |
pkgver=$_major.$_minor | |
_build=b0$_minor | |
pkgrel=1 |
View PKGBUILD
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
# Maintainer: Maxwell Pray a.k.a. Synthead <synthead@gmail.com> | |
pkgname=guvcview | |
pkgver=1.6.0 | |
pkgrel=1 | |
pkgdesc="A video viewer and capturer for the linux uvc driver" | |
arch=('i686' 'x86_64') | |
url="http://guvcview.sourceforge.net/" | |
license=('GPL') | |
depends=('portaudio' 'gtk3' 'ffmpeg' 'v4l-utils' 'udev' 'intltool') |
View silex-app-with-services.php
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 | |
# app.php | |
# Read the configuration | |
$config = parse_ini_file(__DIR__ . '/data/config.ini', true); | |
# The config looks like this | |
# [app] | |
# logfile=./logs/dev.log | |
# debug = true |
View gist:3743785
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
$ mvn -e clean install -Pintegration -Dbrowser=`which chromium` | |
[INFO] Error stacktraces are turned on. | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building js-fadein 1.0 | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ |
View gist:3743793
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
$ misc/install.sh | |
[INFO] Scanning for projects... | |
Downloading: http://jstd-maven-plugin.googlecode.com/svn/maven2/org/mortbay/jetty/jetty-maven-plugin/7.6.4.v20120524/jetty-maven-plugin-7.6.4.v20120524.pom | |
Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-maven-plugin/7.6.4.v20120524/jetty-maven-plugin-7.6.4.v20120524.pom | |
Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-maven-plugin/7.6.4.v20120524/jetty-maven-plugin-7.6.4.v20120524.pom (5 KB at 30.9 KB/sec) | |
Downloading: http://jstd-maven-plugin.googlecode.com/svn/maven2/org/mortbay/jetty/jetty-integration-project/7.6.4.v20120524/jetty-integration-project-7.6.4.v20120524.pom | |
Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-integration-project/7.6.4.v20120524/jetty-integration-project-7.6.4.v20120524.pom | |
Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-integration-project/7.6.4.v20120524/jetty-integration-project-7.6.4.v20120524.pom (11 KB at 274.3 KB/sec) | |
Downloading |
View gist:3746021
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
[m@nanshe js-fadein]$ rm -r /home/m/.m2/repository/com/google/jstestdriver/jstestdriver/1.3.4.b | |
[m@nanshe js-fadein]$ misc/install.sh | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building js-fadein 1.0 | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-install-plugin:2.3.1:install-file (default-cli) @ js-fadein --- | |
[INFO] Installing /home/m/git/js-fadein/JsTestDriver.jar to /home/m/.m2/repository/com/google/jstestdriver/jstestdriver/1.3.4.b/jstestdriver-1.3.4.b.jar |
View gist:3748892
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
[m@nanshe js-fadein]$ mvn -e clean install -Pintegration | |
[INFO] Error stacktraces are turned on. | |
[INFO] Scanning for projects... | |
[WARNING] | |
[WARNING] Some problems were encountered while building the effective model for sandbox:js-fadein:war:1.0 | |
[WARNING] 'dependencies.dependency.systemPath' for com.google.jstestdriver:jstestdriver:jar should not point at files within the project directory, ${basedir}/misc/JsTestDriver.jar will be unresolvable by dependent projects @ line 57, column 13 |
OlderNewer