-
2114900·text·26.9 KB·2012-02-09 16:18 UTC
On 5.0.45:
mysql> SELECT app.id,leads_notes.note,CONCAT(cnt.title,' ',cnt.firstname,' ',cnt.surname) AS fullname,users.sales_name,app.occupants,app.size,(SELECT CONCAT(appfd.date,' ',appfd.time
-
2114895·text·379 B·2012-02-09 16:16 UTC
[root@and-hsk-riakdev1 riak]# erl -version
Erlang (ASYNC_THREADS) (BEAM) emulator version 5.8.4
[root@and-hsk-riakdev1 riak]# which erl
/opt/erlang/latest/bin/erl
[root@and-hsk-riakdev1 riak]# ls
-
2114875·text·10.5 KB·2012-02-09 16:15 UTC
[root@and-hsk-riakdev1 riak]# cat /etc/riak/app.config
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ft=erlang ts=4 sw=4 et
[
%% Riak Core config
{riak_core, [
-
2114858·text·94.0 KB·2012-02-09 16:10 UTC
-
2114744·text·727 B·2012-02-09 15:32 UTC
Akhet==1.0.2
Beaker==1.6.2
Chameleon==2.7.3
Mako==0.6.2
MarkupSafe==0.15
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.4
SQLAHelper==1.0
SQLAlchemy==0.7.5
Tempita==0.5.1
WebError==0.10.3
W
-
2114712·text·9.7 KB·2012-02-09 15:23 UTC
Name : dropbox
Version : 1.2.51-1
URL : http://www.dropbox.com
Licenses : custom
Groups : None
Provides : None
Depends On : bzip2 dbus-glib
-
2114677·text·352 B·2012-02-09 15:16 UTC
dropbox 1.2.51-1
esound 0.2.41-3
fontconfig-infinality 1-1
freetype2-infinality 2.4.8-5
gtk-engine-equinox 1.50-1
gtk-rezlooks-engine 0.6-10
gtk-theme-equinox 1.50-1
libxft-lcd 2.2.0-1
nautilu
-
2114675·text·534 B·2012-02-09 15:15 UTC
x:~/znc/znc-0.204# ./configure
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
-
2114664·text·7 B·2012-02-09 15:14 UTC
_home=0
-
2114644·text·1.6 KB·2012-02-09 15:12 UTC
Duties of the Secretary-General:
- Providing Congress for all members
- Taking care of your daily priorities and determine the same
- Monitoring of MODs on # Epic.army
- Enabling the storage
-
2114641·text·403 B·2012-02-09 15:11 UTC
object(SimpleXMLElement)#1 (1) { ["@attributes"]=> array(10) { ["sid"]=> string(40) "f9e7ec8b5f774d70af2ec8d1ca254f7a43b8729d" ["wait"]=> string(2) "60" ["requests"]=> string(1) "2" ["inactivity"]=> s
-
2114613·text·680 B·2012-02-09 15:05 UTC
{5280, ejabberd_http, [
%%{request_handlers,
%% [
-
2114477·text·16.5 KB·2012-02-09 14:41 UTC
logger:/var/log/foo$ grep ":5282:" gateway.*.log
gateway.04.log:2012-02-09 04:09:31 protostar gateway: [INFO:5282:osrf_system.c:628:] Bootstrapping system with domain public.opensrf.conifer, port 52
-
2114449·text·2.1 KB·2012-02-09 14:35 UTC
//*******************************************************************************************************************
// Proj1_CEH.java
// Written by: Charles Harvan for CSCI 1301 Sec: C Spring 20
-
2114425·mirc·6 B·2012-02-09 14:28 UTC
dddddd
-
2114423·text·3.1 KB·2012-02-09 14:28 UTC
Installing settings_generator (0.0.2) /opt/ruby/1.9.2-p180/lib64/ruby/1.9.1/fileutils.rb:243:in `mkdir': Read-only file system - /home/vagrant/.bundler/tmp/5873 (Errno::EROFS)
from /opt/ruby/
-
2114287·xml·17.9 KB·2012-02-09 13:40 UTC
<?xml version="1.0" encoding="utf-8"?>
<style title="lstyle" description="" user_selectable="1">
<properties>
<property property_name="contentBackground" property_type="scalar"><![CDATA[#edee
-
2114232·text·929 B·2012-02-09 13:15 UTC
001 - Led Zeppelin - Rock and Roll
002 - The Rolling Stones - Satisfaction
003 - Deep Purple - Smoke On The Water
004 - Steppenwolf - Born To Be Wild
005 - Led Zeppelin - Stairway to Heaven
006 -
-
2114186·text·20.8 KB·2012-02-09 12:57 UTC
Top 500 Rock and Roll Songs
001 - Led Zeppelin - Stairway To Heaven.mp3
002 - The Rolling Stones - Satisfaction.mp3
003 - Derek and the Dominos - Layla.mp3
004 - The Beatles - A Day In The Life.
-
2114174·text·275 B·2012-02-09 12:51 UTC
#!/usr/bin/perl
use strict;
my %dispatch = ( 0x01 => sub { print "ein"; } ,
0x02 => sub { print "zwei"; },
0x03 => sub { print "drei"; },
);
my