-
2047506·text·1.1 KB·2011-04-17 19:34 UTC
include (CompizBcop)
compiz_add_bcop_targets (
core
${compiz_BINARY_DIR}/generated/core.xml.in
_bcop_sources
)
include_directories (
${compiz_SOURCE_DIR}/include
${comp
-
2047504·text·5.5 KB·2011-04-17 19:21 UTC
core]$ rm -rf build && mkdir build/ && cd build/ && cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON && make
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for worki
-
2047499·text·54 B·2011-04-17 19:12 UTC
[12:11] Scratch Jackson (pixel.mocha): \testing
hi
-
2047495·text·3.6 KB·2011-04-17 19:05 UTC
#
# Updater-script for Android Revolution HD by mike1986
# Patrics83 ROM Cleaner Mod
#
ui_print("ROM Cleaner by Patrics83");
ui_print("ROM cleaner is now loading");
ui_print("Wiping cache
-
2047494·text·2.9 KB·2011-04-17 19:02 UTC
vinnie@vinnie-desktop ~ $ flexget -v -c test4.yml --test
Traceback (most recent call last):
File "/usr/local/bin/flexget", line 9, in <module>
load_entry_point('FlexGet==1.0r2154', 'console_s
-
2047487·text·12.1 KB·2011-04-17 18:29 UTC
[jd@psychedelic-station build]$ cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON && make
-- Found Qt-Version 4.7.2 (using /usr/bin/qmake)
-- Found X11: /usr/lib/libX11.so
-- Found KDE 4.6 include dir: /usr/inc
-
2047485·text·18.1 KB·2011-04-17 18:27 UTC
[jd@psychedelic-station build]$ cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON && make
-- Found Qt-Version 4.7.2 (using /usr/bin/qmake)
-- Found X11: /usr/lib/libX11.so
-- Found KDE 4.6 include dir: /usr/inc
-
2047484·text·857 B·2011-04-17 18:14 UTC
[jd@psychedelic-station build]$ sudo make
[ 0%] Built target decoration
[ 6%] Built target gtk-window-decorator
[ 6%] Built target kde4-window-decorator_automoc
[ 10%] Built target kde4-windo
-
2047478·text·3.6 KB·2011-04-17 18:05 UTC
[jd@psychedelic-station build]$ sudo cmake ../
Passwort:
-- checking for module 'libmetacity-private'
-- package 'libmetacity-private' not found
-- checking for modules 'gnome-window-settings-2
-
2047477·text·816 B·2011-04-17 18:03 UTC
[jd@psychedelic-station build]$ make
[ 0%] Built target decoration
[ 6%] Built target gtk-window-decorator
[ 6%] Built target kde4-window-decorator_automoc
[ 10%] Built target kde4-window-decor
-
2047475·actionscript·126 B·2011-04-17 17:57 UTC
Ah!!! at last I found what I was looking for. Sometimes it takes so much effort to find even tiny useful piece of information.
-
2047474·text·1.5 KB·2011-04-17 17:51 UTC
#!/bin/bash
echo "Google Video Scraper -- EiNSTeiN_";
echo "Downloads all videos from video.google.com on all pages for a specific search term."
echo ""
SEARCH_TERM="$1"
die() { echo "$1";
-
2047471·text·129.6 KB·2011-04-17 17:21 UTC
-
2047470·text·129.6 KB·2011-04-17 17:21 UTC
-
2047467·text·3.5 KB·2011-04-17 17:07 UTC
┌────────────────────────────────────────────────────────────────┤ Configuring sysv-rc ├─────────────────────────────────────────────────────────────────┐
│
-
2047466·php·985 B·2011-04-17 17:05 UTC
<?php
include("mssql_connect.php");
$site_id = $argv[1];
$warn = $argv[2];
$crit = $argv[3];
if ( $argc < 4 )
{
echo("Not enough args\n"); exit(3);
}
$records = mssql_query('E
-
2047465·text·1.8 KB·2011-04-17 17:02 UTC
extern __shared__ uint16_t shared[];
__global__ void ComputeDiff(
uint32_t* data1,
uint32_t* data2,
uint32_t mx,
uint32_t my,
uint32_t x0,
uint32_t y0,
uint32_t blo
-
2047464·text·6.0 KB·2011-04-17 17:02 UTC
CCmpObstructionManager.cpp
../../../source/simulation2/components/CCmpObstructionManager.cpp:909: warning: unused parameter ‘r’
Pyrogenesis.cpp
Globals.cpp
UserReport.cpp
In file included from ..
-
2047462·text·945.5 KB·2011-04-17 17:01 UTC
-
2047458·text·3.0 KB·2011-04-17 16:47 UTC
public void GenerateRoute(ref Junction pStart, ref Junction pTarget)
{
// The set of nodes already evaluated
List<Junction> closedSet = new List<Junction>();