-
2070442·text·742 B·2011-05-27 15:13 UTC
kierank@obe2:~/libav-obe-dev$ make
AR libavdevice/libavdevice.a
AR libavfilter/libavfilter.a
AR libavformat/libavformat.a
AR libavcodec/libavcodec.a
AR libpostproc/libpos
-
2070431·text·6.6 KB·2011-05-27 15:03 UTC
###################################################################################################
########################## Yasp Script ###############################
-
2070421·text·2.7 KB·2011-05-27 14:50 UTC
root@admod /home/divinity/heavymetal/snippets]# php mut.php --db-run-all >../../../mut.out 2>../../../mut.err
[root@admod /home/divinity/heavymetal/snippets]# less ../../../mut.out
NOTICE: Undefin
-
2070420·text·40.9 KB·2011-05-27 14:47 UTC
-
2070405·php·1.1 KB·2011-05-27 14:37 UTC
# SiteController.php
public function actionNovosti() {
$this->render('novosti');
}
# protected/views/site/novosti.php
<?php $this->pageTitle=Yii::app()->name; ?>
<ul>
<?ph
-
2070400·text·33 B·2011-05-27 14:33 UTC
11111
10001
10001
10001
11111
-
2070396·text·3.7 KB·2011-05-27 14:28 UTC
Abstract
This master paper, titled “Territorial dispute between Japan and Russia over sovereignty of the South Kuril Islands”, deals with Japanese and Russian claims over what is known as the South
-
2070395·text·1.8 KB·2011-05-27 14:26 UTC
論文要旨
この修士論文は「南千島の主権をめぐる日ロ間の領土問題」という題名で、「南千島列島」や「北方領土」として知られている四島に対する領有権問題を取り扱っている。第二次世界大戦後、現在に至るまで、ソ連・ロシア連邦に占領・実効支配されており、日本は固有の領土としてその返還を求めている。この問題の結果、両国間の経済・外交関係は悪い状態にあり続けている。四島の価値が低く、相互関係が築ければ両国にとっ
-
2070394·text·5.5 KB·2011-05-27 14:25 UTC
root@admod ~]# mysql mysql < timezone.sql
[root@admod ~]# cd /home/divinity/heavymetal/snippets/
[root@admod /home/divinity/heavymetal/snippets]# php mut.php
NOTICE: Undefined index: time_zon
-
2070390·text·2 B·2011-05-27 14:16 UTC
-
2070389·text·5.4 KB·2011-05-27 14:15 UTC
mysql> alter table vars add preload tinyint;
Query OK, 272 rows affected (0.02 sec)
Records: 272 Duplicates: 0 Warnings: 0
mysql> desc vars;
+-------------+------------------------------------
-
2070388·text·2.0 KB·2011-05-27 14:13 UTC
mysql> desc vars;
+-------------+--------------------------------------------------------------+------+-----+-------------------+-----------------------------+
| Field | Type
-
2070382·text·3.1 KB·2011-05-27 14:08 UTC
[root@admod /home/divinity/heavymetal/snippets]# php mut.php --db-run-all
EMERGENCY: Exception (SQLException) - Could not execute query [Native Error: Unknown column 'preload' in 'where clause'] [U
-
2070365·text·699 B·2011-05-27 13:57 UTC
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
public class Writer {
static ArrayList<Person> persons = new ArrayList<Person>();
public static void ma
-
2070363·text·310 B·2011-05-27 13:57 UTC
import java.io.FileWriter;
import java.io.IOException;
public class Person {
private String name;
private int age;
public Person(String p_name, int p_age)
{
name = p_name;
age = p
-
2070361·text·3.1 KB·2011-05-27 13:56 UTC
[root@admod /home/divinity/heavymetal/snippets]# php mut.php --db-run-all
EMERGENCY: Exception (SQLException) - Could not execute query [Native Error: Unknown column 'preload' in 'where clause'] [U
-
2070356·text·4.3 KB·2011-05-27 13:48 UTC
[root@admod /home/divinity/heavymetal/snippets]# less ../../../mut.out
Verifying temporary directories... done
Updating code...
At revision 48575.
Verifying database...done
Running sql...
Callin
-
2070355·text·3.1 KB·2011-05-27 13:47 UTC
[root@admod /home/divinity/heavymetal/snippets]# php mut.php
EMERGENCY: Exception (SQLException) - Could not execute query [Native Error: Unknown column 'preload' in 'where clause'] [User Info:
-
2070347·php·1.5 KB·2011-05-27 13:38 UTC
<?
// specify the file name - you can use a full path, or "../../" type stuff here
// if the image is not in the same directory as this code file
error_reporting(E_ALL ^E_NOTICE);
ob_start();
$im
-
2070337·text·1.2 KB·2011-05-27 13:24 UTC
#!/usr/bin/python
import gobject;
gobject.threads_init()
import gst;
pipe = gst.Pipeline("test")
selector = gst.element_factory_make("input-selector", "videoselector")
pipe.add(selector)