-
2052504·cpp·2.5 KB·2011-05-01 12:40 UTC
#include <iostream>
#include <fstream>
using namespace std;
//
class Sportininkas{
private:
double rezultatai[5];
public:
//konstruktorius be argumentu:
Sportininkas(){
for(int i
-
2052503·text·1.4 KB·2011-05-01 12:34 UTC
[MASTER]
#ignore=packagename
#ignore=module.py
[MESSAGES CONTROL]
# The design check gives mostly useless advice.
# We care more about things that cause problems than formatting.
# C0103: inva
-
2052502·text·2.4 KB·2011-05-01 12:23 UTC
#include <iostream>
#include <fstream>
using namespace std;
//
class Sportininkas{
private:
double rezultatai[5];
public:
//konstruktorius be argumentu:
Sportininkas(){
for(int i
-
2052501·text·130.3 KB·2011-05-01 12:05 UTC
-
2052500·text·1.6 KB·2011-05-01 11:59 UTC
mkk@kubuwork:~$ lspci
00:00.0 Host bridge: ATI Technologies Inc RS690 Host Bridge
00:01.0 PCI bridge: ATI Technologies Inc RS690 PCI to PCI Bridge (Internal
gfx)
00:06.0 PCI bridge: ATI Technologi
-
2052499·text·345 B·2011-05-01 11:54 UTC
nw@pinky:~$ walktut -relight
ATTENTION: default value of option force_s3tc_enable overridden by environment.
crystalspace.maploader.parse.settings:
The ‘clearzbuf’ attribute is deprecated!
[
-
2052496·text·1.5 KB·2011-05-01 11:46 UTC
<html>
<head>
Test Website.
</head>
<body>
<body bgcolor='black'>
<body text='white'>
<body link='green'>
<body vlink='#ff0000'
<body alink='#ffff00'>
<pre>hello world</pre>
hello this is d
-
2052495·bash·194 B·2011-05-01 11:42 UTC
i915 (Intel 915, 945)
i965 (Intel 965, G/Q3x, G/Q4x)
r300 (Radeon R300-R500)
r600 (Radeon R600-R700, Evergreen, Northern Islands)
sw (Software renderer)
[1] classic
[2] gallium *
-
2052493·text·863 B·2011-05-01 11:33 UTC
pkg_pretend() {
if use modules; then
linux-info_pkg_setup
require_configured_kernel
_check_kernel_config
fi
}
pkg_setup() {
if use modules; then
MODULE_NAMES="fglrx(video:${S}/${
-
2052492·text·833 B·2011-05-01 11:17 UTC
pkg_pretend() {
if use modules; then
linux_config_exists
_check_kernel_config
fi
}
pkg_setup() {
if use modules; then
MODULE_NAMES="fglrx(video:${S}/${FOLDER_PREFIX}/lib/modules/fgl
-
2052491·text·948 B·2011-05-01 11:12 UTC
pkg_pretend() {
if use modules; then
MODULE_NAMES="fglrx(video:${S}/${FOLDER_PREFIX}/lib/modules/fglrx/build_mod/2.6.x)"
BUILD_TARGETS="kmod_build"
linux-mod_pkg_setup
_check_kernel_conf
-
2052490·text·6 B·2011-05-01 11:07 UTC
sasasa
-
2052485·text·885 B·2011-05-01 10:33 UTC
/* OPTIONS icap://localhost/echo ICAP/1.0 */
/* Host: localhost */
/* User-Agent: C-ICAP-Client-Library/0.01 */
/* Encapsulated: null-body=0 */
s_string_variable("OPTIONS");
s_string(" ");
-
2052478·text·343 B·2011-05-01 09:24 UTC
project(unittests)
add_library(testMiniExample SHARED miniexample.cpp)
add_executable(${PROJECT_NAME} main.cpp)
target_link_libraries(${PROJECT_NAME}
${Boost_SYSTEM_LIBRARY} ${Boost_
-
2052474·cpp·821 B·2011-05-01 09:23 UTC
/*******************************
* main.cpp
*******************************/
#define BOOST_TEST_MAIN
#define BOOST_TEST_MODULE "Footprint All Tests"
#include <boost/test/included/unit_test.hp
-
2052473·text·825 B·2011-05-01 09:23 UTC
/*******************************
* main.cpp
*******************************/
#define BOOST_TEST_MAIN
#define BOOST_TEST_MODULE "Footprint All Tests"
#include <boost/test/included/unit_test.hp
-
2052468·text·801 B·2011-05-01 08:35 UTC
root@nixbox /opt/systemtap_scripts % stap -v -e 'probe kernel.function("vfs_read") {printf("%s\n", $$params); exit();}'
Pass 1: parsed user script and 76 library script(s) using 71020virt/21736res/23
-
2052467·text·615 B·2011-05-01 08:25 UTC
SELECT node.title AS node_title, node.nid AS nid, users_node.name AS users_node_name, users_node.uid AS users_node_uid, node.created AS node_created
FROM
{node} node
INNER JOIN {relation_data} rel
-
2052466·text·4.6 KB·2011-05-01 08:24 UTC
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.cogbot.scripting;
import java.io.Serializable;
import java.util.*;
import java.
-
2052460·text·296 B·2011-05-01 08:07 UTC
root@nixbox /opt/systemtap_scripts % cat stat_aggregates.stp
global reads
probe vfs.read
{
reads[execname(), pid()] <<< 1
}
probe timer.s(3)
{
foreach([var1, var2] in reads){