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
[root@myhost gst-plugins-bad]# ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib --with-package-name="GStreamer Bad Plugins (Archlinux)" --with-package-origin="http://www.archlinux.org/" --enable-gtk-doc --disable-static | |
checking for a BSD-compatible install... /bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking nano version... 1 | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu |
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
In Arch | |
========== | |
[root@myhost aur]# gst-inspect facedetect | |
No such element or plugin 'facedetect' | |
[root@myhost aur]# pacman -Qs opencv | |
local/opencv 2.3.1-1 | |
Open Source Computer Vision Library | |
In Fedora |
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
I got: | |
======= | |
[root@myhost aur]# pacman -Qs dirac | |
local/schroedinger 1.0.10-1 | |
An implemenation of the Dirac video codec in ANSI C code | |
[root@myhost aur]# pacman -Qs aRts | |
local/run-parts 4.0.2-1 | |
run scripts or programs in a directory | |
[root@myhost aur]# pacman -Qs libdvdread | |
local/libdvdread 4.1.3-2 |
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
Try 1: | |
rc.d restart network | |
ip link set eth0 up | |
ip addr | |
eth0 still shows down | |
Try 2: |
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
alert('before origianl boot'); | |
$(document).ready(function() | |
{ | |
alert('jquery boot'); | |
$('title').html("name name"); | |
}); |
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
<html> | |
<head> | |
<script type="text/javascript" src="jquery.min.js"></script> | |
<script type="text/javascript"> | |
$(document).ready(function() | |
{ | |
alert('say hello'); | |
}); | |
</script> | |
</head> |
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
CALL START /MIN opera/opera.exe -nocontextmenu -nokeys -nomenus | |
opera.js: | |
============ | |
$(document).ready(function() | |
{ | |
alert('test'); | |
$('title').html("name name"); |
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
Press CTRL-A Z for help on special keys | |
db> AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0 | |
db> help | |
DDB Quick Help | |
------------------- | |
Type 'c' to continue, 'reset' or 'panic' to restart. | |
print p examine x search set write |
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
package socket; | |
import java.io.*; | |
import java.net.Socket; | |
import java.net.ServerSocket; | |
public class TCPWeb | |
{ | |
private int serverPort = 0; | |
private ServerSocket serverSock = null; |
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
$ nc -l 8000 | mplayer - | |
MPlayer SVN-r33251-4.6.0 (C) 2000-2011 MPlayer Team | |
mplayer: could not connect to socket | |
mplayer: No such file or directory | |
Failed to open LIRC support. You will not be able to use your remote control. | |
Playing -. | |
Reading from stdin... | |
libavformat file format detected. | |
Cannot seek backward in linear streams! |