-
2076391·java·1.1 KB·2011-06-07 20:46 UTC
import java.util.Arrays;
import java.util.Scanner;
public class exercise3 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String inputString;
int input
-
2076384·text·3.3 KB·2011-06-07 20:29 UTC
sock_desc = scoket(AF_INET,SOCK_DGRAM,0);
bind(sock_desc,(struct sockaddr *)&server,sizeof(server));
listen(scok_desc,20);
new_sock = accept(sock_desc,(struct sockaddr *)&client,&len,0);
c
-
2076379·text·13.1 KB·2011-06-07 20:26 UTC
set nocompatible
set t_Co=256
set background=dark
"set background=light
"colorscheme molokai
"colorscheme darkspectrum
colorscheme chela_light
set guifont=Envy_Code_B:h9
"---------------------
-
2076377·text·844 B·2011-06-07 20:22 UTC
?><div class="anb-packages" id="archnavbar">
<div id="archnavbarlogo"><h1><a title="Return to the main page" href="/">Parabola</a></h1></div>
<div id="archnavbarmenu">
<ul id="archnavbarlist">
-
2076376·c·1.0 KB·2011-06-07 20:18 UTC
/*
* Client udp program
*/
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#include <error.h>
#include <errno.h>
#include <netdb.h>
#define CHECK(x) \
-
2076375·c·1.0 KB·2011-06-07 20:18 UTC
/*
* Client udp program
*/
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#include <error.h>
#include <errno.h>
#include <netdb.h>
#define CHECK(x) \
-
2076374·c·1.0 KB·2011-06-07 20:17 UTC
/*
* Client udp program
*/
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#include <error.h>
#include <errno.h>
#include <netdb.h>
#define CHECK(x) \
-
2076373·c·1.2 KB·2011-06-07 20:16 UTC
/*
* Server UDP program
*/
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#include <error.h>
#include <errno.h>
#include <fcntl.h>
#include <netdb.h>
#
-
2076372·text·113 B·2011-06-07 20:16 UTC
ovechkin72: you are very bad player
ovechkin72: will never be a pro
ovechkin72: sorry
ovechkin72: HAHAHA
-
2076370·text·1.3 KB·2011-06-07 20:15 UTC
<style>
@import url("https://projects.parabolagnulinux.org/archnavbar/archnavbar.css");
@import url("https://d11xdyzr0div58.cloudfront.net/wiki-1.16.0/skins/common/shared.css?270");
@im
-
2076369·text·13.4 KB·2011-06-07 20:14 UTC
set nocompatible
set t_Co=256
set background=dark
"set background=light
"colorscheme molokai
"colorscheme darkspectrum
colorscheme chela_light
set guifont=Envy_Code_B:h9
"---------------------
-
2076364·text·476 B·2011-06-07 20:06 UTC
socratesxd@socratesxd-desktop:/media/Windows/Documents and Settings/SkRt/Mis documentos/Project64 1.7$ wine Project64.exe
err:module:import_dll Library MSVCP60.dll (which is needed by L"Z:\\media\\Wi
-
2076363·text·24.8 KB·2011-06-07 19:59 UTC
!!################################
!!ALSA Information Script v 0.4.60
!!################################
!!Script ran on: Tue Jun 7 19:59:05 UTC 2011
!!Linux Distribution
!!------------------
Ub
-
2076360·text·558 B·2011-06-07 19:57 UTC
#include <stdio.h>
#include <stdlib.h>
long long int binaryEpansion(int basis, int exponent, int mod)
{
long long int result = 1;
for(int bit=63; bit >= 0; bit--)
{
result *= result
-
2076359·java·84 B·2011-06-07 19:55 UTC
public class Test{
private int j;
public static String hello = "hello";
}
-
2076358·text·1.3 KB·2011-06-07 19:53 UTC
19:49:26 T:201891840 M:124698624 DEBUG: ------ Window Deinit (DialogOK.xml) ------
19:49:28 T:201891840 M:125145088 DEBUG: CGUIMediaWindow::GetDirectory (htsp://192.168.1.3:9981/)
19:49:28 T:201
-
2076356·text·3.3 KB·2011-06-07 19:48 UTC
gem install rake
Successfully installed rake-0.9.2
1 gem installed
Installing ri documentation for rake-0.9.2...
Installing RDoc documentation for rake-0.9.2...
root p_sysadmin > rake R
-
2076355·text·7.2 KB·2011-06-07 19:47 UTC
host# udevadm test /sys/block/sda/
run_command: calling: test
udevadm_test: version 151
This program is for debugging only, it does not run any program,
specified by a RUN key. It may show incorre
-
2076353·text·266 B·2011-06-07 19:43 UTC
Pool {
Name = Full
Pool Type = Backup
Recycle = yes # Bacula can automatically recycle Volumes
AutoPrune = yes # Prune expired volumes
Volume Retention = 2 m
-
2076352·text·803 B·2011-06-07 19:42 UTC
import csv,sys,copy,random
import MySQLdb
sqlserver=''
sqluser=''
sqlpass=''
sqldb=''
conn = MySQLdb.connect(sqlserver,sqluser,sqlpass,sqldb);
cursor = conn.cursor();
idanddate = []
cur