-
1837808·text·5.6 KB·2010-03-13 20:06 UTC
diff --git a/imageshack-uploader/ffmpeg_fas.c b/imageshack-uploader/ffmpeg_fas.c
index 5f1cd81..2141a51 100644
--- a/imageshack-uploader/ffmpeg_fas.c
+++ b/imageshack-uploader/ffmpeg_fas.c
@@ -96,7 +9
-
1837804·text·24.8 KB·2010-03-13 19:59 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Sat Mar 13 19:58:08 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
1837787·text·447 B·2010-03-13 19:48 UTC
echo 'cd /tmp
if [ -r "blacklist.add" ]; then
for each in `cat blacklist.add`; do
iptables -I FORWARD -s $each -j DROP
done
rm blacklist.add
fi
if [ -r "blacklist.del" ];then
-
1837784·text·33.9 KB·2010-03-13 19:46 UTC
-
1837762·text·22.2 KB·2010-03-13 19:24 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Sat Mar 13 19:19:25 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
1837752·text·1.4 KB·2010-03-13 19:14 UTC
petsounds@petsounds-desktop:~$ gwibber
** (gwibber:4531): WARNING **: Trying to register gtype 'WnckWindowState' as flags when in fact it is of type 'GEnum'
** (gwibber:4531): WARNING **: Trying
-
1837690·text·41.9 KB·2010-03-13 18:27 UTC
-
1837689·text·41.9 KB·2010-03-13 18:26 UTC
-
1837684·csharp·1.6 KB·2010-03-13 18:23 UTC
using System;
class Program
{
static void Main()
{
string[] texts = new string[]
{
"using System;",
"class Program",
"{",
-
1837549·text·12.1 KB·2010-03-13 17:17 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Sat Mar 13 17:17:10 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
1837497·text·3.0 KB·2010-03-13 17:05 UTC
/**
A class that creates a histogram from data passed as arguments on the command line.
*/
public class Histogram
{
/**
Contains the main method.
@param args used for command-line argumen
-
1837490·text·580 B·2010-03-13 17:04 UTC
/**
A class that prints to the screen a list of arguments passed to the program on the command line.
*/
public class EchoParameters
{
/**
Contains the main method.
@param args used for co
-
1837352·text·1.1 KB·2010-03-13 16:51 UTC
[main](th) 1:20080816-9
[main](th) 1:20080816-9
[main](th) 1:20080816-9
[contrib/release](cooker) 0:2007-21.r6295.8mdv2010.1
[contrib/release](cooker) 0:2007-21.r6295.8mdv2010.1
[c
-
1837345·text·937 B·2010-03-13 16:46 UTC
rpm name match `rsbac':
apache-mod_rsbac
apache-mod_rsbac-debug
apache-mpm-rsbac
apache-mpm-rsbac-debug
kernel-rsbac
kernel-rsbac-2.6.31.6-2mdv
kernel-rsbac-desktop-2.6.31.
-
1837329·text·2.1 KB·2010-03-13 16:29 UTC
#!/bin/bash
# /usr/sbin/vznetcfg.custom
# a script to bring up bridged network interfaces (veth's) in a VE
GLOBALCONFIGFILE=/etc/vz/vz.conf
VECONFIGFILE=/etc/vz/conf/$VEID.conf
vzctl=/usr/sbin/vzctl
-
1837316·text·26.1 KB·2010-03-13 16:19 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Sat Mar 13 16:19:26 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
1837300·bash·1.7 KB·2010-03-13 16:01 UTC
#!/bin/bash
# Copyright (C) 2010 Damjan Dimitrioski <damjandimitrioski at gmail dot com>
#
# This program is free software; you can redistribute it and/or modify
# it under the term
-
1837244·bash·983 B·2010-03-13 15:50 UTC
#!/bin/bash
# Copyright (C) 2010 Damjan Dimitrioski <damjandimitrioski at gmail dot com>
#
# This program is free software; you can redistribute it and/or modify
# it under the term
-
1837227·text·14.0 KB·2010-03-13 15:41 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Sat Mar 13 15:40:41 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
1837211·c·678 B·2010-03-13 15:26 UTC
#include <stdio.h>
#include <stdlib.h>
int main()
{
int dia , mes ,ano;
int ultimo_dia[]= {-1,31,28,31,30,31,30,31,31,30,31,30,31};
for (;;){
printf("digite o dia--->");
scanf ("%d",&dia);