-
2066030·java·6.9 KB·2011-05-20 22:41 UTC
package signcopy;
import org.bukkit.event.player.PlayerListener;
import org.bukkit.event.block.Action;
import org.bukkit.event.player.PlayerInteractEvent;
import org.bukkit.Material;
import org
-
2066028·text·528 B·2011-05-20 22:35 UTC
Dear Robert Wilkes,
I am writing to notify you that I am resigning from my position as Sales Consultant with Officemax. My last day of employment will be June 4th.
I appreciate the opportunities
-
2066026·text·412 B·2011-05-20 22:28 UTC
Dear Mr. Pip,
I am writing to inform you of my resignation effective immediately. The three months I have spent working for you have been a colossal waste of my time, and I see no reason to continu
-
2066025·text·418 B·2011-05-20 22:28 UTC
Dear Mr. Pip,
I am writing to inform you of my resignation effective immediately. The three months I have spent working for you have been a colossal waste of my time, and I see no reason to continu
-
2066016·text·1.9 KB·2011-05-20 22:02 UTC
#!/bin/sh
# --- /etc/site/current/distcc/commands.allow.sh ----------------------
#
# This file is a shell script that gets sourced by /etc/init.d/distcc.
# It's purpose is to optionally set the f
-
2066012·text·418 B·2011-05-20 21:51 UTC
[ag@giggitybytes bin]$ ./getopt.sh -a one -b two -c three
Option A is ""
Option B is ""
Option C is ""
[ag@giggitybytes bin]$ cat getopt.sh
#!/bin/bash
while getopts “ab:c:d:” OPTION
do
-
2066006·text·208 B·2011-05-20 21:40 UTC
config zone
option name wan
option input REJECT
option output ACCEPT
option forward REJECT
option masq 1
option mtu_
-
2066003·text·385 B·2011-05-20 21:36 UTC
include /lib/network
config_load network
scan_interfaces
config_get proto "$INTERFACE" proto
[ "$proto" = "3g" ] && {
config_get iface "$INTERFACE" ifname
case "$ACTION" in
-
2065996·text·319 B·2011-05-20 21:20 UTC
Destination Gateway Genmask Flags Metric Ref Use Iface
10.64.64.64 0.0.0.0 255.255.255.255 UH 0 0 0 3g-wan
192.168.2.0 0.0.0.0 255.255.2
-
2065993·text·10.3 KB·2011-05-20 21:16 UTC
root@OpenWrt:~# iptables -nvL -t nat
Chain PREROUTING (policy ACCEPT 2252 packets, 690K bytes)
pkts bytes target prot opt in out source destination
35 1772 zone_wan_p
-
2065992·text·161 B·2011-05-20 21:15 UTC
config interface wan
option ifname ppp0
option proto 3g
option device /dev/usb/tts/0
option apn bredband.tre.se
-
2065991·text·18.8 KB·2011-05-20 21:14 UTC
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 2 0.0 0.0 0 0 ? S 17:03 0:00 [kthreadd]
root 3 0.0 0.0 0 0 ? S
-
2065989·text·229 B·2011-05-20 21:10 UTC
def sqrt(self, other):
cdef bigint& temp_other = new bigint(other)
cdef bigint temp_result = self.thisptr.sqrt(temp_other)
result = Py_bigint()
result.thisptr =
-
2065988·text·126 B·2011-05-20 21:09 UTC
while (true)
{
// blah blah blah
int x = do_stuff();
x++;
if (x == 5) break;
do_other_stuff(x);
}
-
2065982·text·228 B·2011-05-20 20:36 UTC
Términos y Condiciones Modd Solutions
1 - Diego Tiene razón
2 - Diego tiene poder de Veto
3 - Diego es el mejor
4 - El deseo de todos es aspirar a ser como Diego, entendiendo que nunca van a lle
-
2065980·java·5.3 KB·2011-05-20 20:30 UTC
package signcopy;
import org.bukkit.event.player.PlayerListener;
import org.bukkit.event.block.Action;
import org.bukkit.event.player.PlayerInteractEvent;
import org.bukkit.Material;
import org
-
2065979·text·336 B·2011-05-20 20:28 UTC
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
entity transc8 is
Port(
DA,DB : inout STD_LOGIC_VECTOR (7 downto 0);
DIR : in STD_LOGIC
);
end transc8;
architecture transc8_A of transc8
-
2065976·text·7.2 KB·2011-05-20 20:07 UTC
#include <cstdlib>
#include <iostream>
#include <iomanip>
#include <algorithm>
using namespace std;
// klasa polazak
class Polazak{
string odrediste, oznaka;
int broj_perona, sa
-
2065973·java·3.5 KB·2011-05-20 20:04 UTC
package signcopy;
import org.bukkit.event.player.PlayerListener;
import org.bukkit.event.block.Action;
import org.bukkit.event.player.PlayerInteractEvent;
import org.bukkit.Material;
import org
-
2065972·text·1.4 KB·2011-05-20 20:04 UTC
21:02:49 [SEVERE] Could not pass event PLAYER_INTERACT to SignCopy
java.lang.NullPointerException
at com.nijiko.permissions.Control.permission(Control.java:278)
at com.nijiko.permis