-
2108620·text·1.0 KB·2012-02-01 11:09 UTC
all: program1
# Compiler
CC=gcc
# Where to install
INSTDIR = /usr/local/bin
# Where include files are kept
VPATH = src
# Compile options
CFLAGS = -Wall -g
program1: main.o a_functions.o b
-
2108617·text·69.4 KB·2012-02-01 11:06 UTC
-
2108593·text·335 B·2012-02-01 10:39 UTC
root@new:~# ipcs
------ Shared Memory Segments --------
key shmid owner perms bytes nattch status
------ Semaphore Arrays --------
key semid ow
-
2108592·text·33.7 KB·2012-02-01 10:37 UTC
-
2108586·text·353 B·2012-02-01 10:15 UTC
#include <iostream>
#include <string>
using namespace std;
class A {
public:
A(){}
void say_hello(){
cout << "Hello, I`m A" << endl;
}
};
class B:A {
public:
B():A(){}
vo
-
2108584·text·857 B·2012-02-01 10:10 UTC
all: program1
# Compiler
CC=gcc
# Where to install
INSTDIR = /usx/bin
# Where include files are kept
VPATH = src
# Compile options
CFLAGS = -Wall -g
# Override .c.o suffix rule to look in t
-
2108573·text·689 B·2012-02-01 09:45 UTC
#!/usr/bin/perl
$MAXPROCESSES = 200;
`perl -pi -e "s/^\n//" ips.txt`;
`perl -pi -e "s/^\n//" pass.txt`;
`rm -rf tmp/*`;
$ipfile = "ips.txt";
open(IN_FILE, $ipfile);
my $numbers;
$numbers
-
2108570·text·18.9 KB·2012-02-01 09:44 UTC
root@htpc:/home/kaz/e2pc# /usr/local/bin/enigma2.sh
setenv('prefix', '/usr/local', 0)
setenv('exec_prefix', '${prefix}', 0)
setenv('bindir', '${exec_prefix}/bin', 0)
setenv('sbindir', '${exec_pref
-
2108569·text·961 B·2012-02-01 09:43 UTC
<? class precteteSi
{
public function __construct()
{
$this->smarty = new Smarty;
}
public function index()
{
redirect();
}
public funct
-
2108568·text·747 B·2012-02-01 09:42 UTC
/*
* image parameters
*/
struct imginfo {
imgtype type;
//string image;
int x;
int y;
int w;
double alpha;
int sub_image_x;
int sub_image_y;
int sub_image_h;
int sub_image_d_x
-
2108566·cpp·1.4 KB·2012-02-01 09:42 UTC
#include <iostream>
#include <string>
using namespace std;
class Person {
private:
string name;
public:
Person(string name){
this->name = name;
}
string get_name(){
return nam
-
2108564·text·1.6 KB·2012-02-01 09:37 UTC
[2012-02-01 10:33:25 - TouchDB-Android-TestApp] Starting activity com.couchbase.touchdb.testapp.TestAppActivity on device 31330637D9DA00EC
[2012-02-01 10:33:25 - TouchDB-Android-TestApp] ActivityMana
-
2108562·java·2.2 KB·2012-02-01 09:36 UTC
public static String converToString(Object object, int depth) {
if (object == null) {
return "null";
}
StringBuffer strbuf = new StringBuffer();
if (object.getClass().isPrimitive() || object
-
2108559·sql·109 B·2012-02-01 09:35 UTC
(SELECT value FROM OpenXML(@frequencyXmlDocId, '/frequencies/frequency', 1)
WITH (value nvarchar(50)))
-
2108557·text·261 B·2012-02-01 09:30 UTC
#!/bin/bash
for i in $( lsusb | awk '{print $6}' | cut -d \: -f 2 | sort | uniq ); do
for j in $( grep $i /sys/bus/usb/devices/*/idProduct | cut -d'/' -f 6); do
echo enabled
-
2108555·text·2.6 KB·2012-02-01 09:30 UTC
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
using System.Data.SqlClient;
using
-
2108554·text·8.6 KB·2012-02-01 09:29 UTC
Process 30848 attached - interrupt to quit
restart_syscall(<... resuming interrupted call ...>) = 1
read(6, "PRIVMSG &bitlbee :account on\r\n", 512) = 30
fstat(6, {st_mode=S_IFSOCK|0777, st_size=0,
-
2108552·text·3.8 KB·2012-02-01 09:18 UTC
Я правильно понимаю, что, например, с телефона с wifi'ем можно подключиться к точке доступа, и страницы
вполне себе нормально открываются? (Кстати, пароль при подключении спрашивает?) Если так, то с
-
2108549·text·19.8 KB·2012-02-01 09:10 UTC
(chroot) livecd / # cat /var/tmp/portage/app-arch/cpio-2.11/work/cpio-2.11/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure mak
-
2108547·text·620 B·2012-02-01 09:04 UTC
context autoinformer {
_. => {
NoCDR();
Set(A=${STRFTIME(${EPOCH},,%s)});
Answer();
Wait(1,5);
Playback(new3);
//Hangup(16);
}
failed =