-
2133458·text·4.3 KB·2012-03-29 00:51 UTC
Plugin Description:
A game mode that is basically Hide-n-Seek with bunny hop mechanics, the 1.6 plugin link is: http://forums.alliedmods.net/showthread.php?p=504608
A player is chosen at random to
-
2133457·text·53 B·2012-03-29 00:38 UTC
http://i40.servimg.com/u/f40/14/30/83/72/jj7nv710.gif
-
2133456·text·1.5 KB·2012-03-29 00:38 UTC
Nazwa moba Istnieje? reakcja/agro? oddaje/skille? ginie? exp/drop? inne
Arimanes Of Destruction tak nie / nie nie / nie tak tak / nie wiem
Assassin Beetle tak nie / nie nie / nie tak tak / nie wiem
-
2133455·text·2.2 KB·2012-03-29 00:37 UTC
Nazwa moba Istnieje? reakcja/agro? oddaje/skille? ginie? exp/drop? Arimanes Of Destruction tak nie / nie nie / nie tak tak / nie wiem
Assassin Beet
-
2133454·text·68 B·2012-03-29 00:36 UTC
cpdump ' tcp port (80 or 8080) and net 202.44.12.99 ' -n -l -i eth6
-
2133451·text·110 B·2012-03-29 00:25 UTC
LALALA | grep -E '2[0-9]|1[5-9]|30'
LALALA | grep -E '15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30'
-
2133450·text·110 B·2012-03-29 00:25 UTC
LALALA | grep -E '2[0-9]|1[5-9]|30'
LALALA | grep -E '15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30'
-
2133447·text·315 B·2012-03-28 23:39 UTC
#!/usr/bin/perl
package IPv4;
sub new {
my @IP = split(/\./, $_[1]);
bless ( { addr => \@IP }, $_[0] );
}
sub print {
print "@{@_[0]->{addr}}[0].@{@_[0]->{addr}}[1
-
2133445·text·5.9 KB·2012-03-28 23:15 UTC
A/N: This is YJ!Verse with Tim as Dick's older neighbor and part time babysitter. He's around 18-19.
=====
Tim ran his hand through his hair in frustration, and even the smooth texture of his s
-
2133442·text·205 B·2012-03-28 22:57 UTC
#!/usr/bin/perl
package IPv4;
sub new {
my @IP = split(/\./, $_[1]);
bless ( { addr => \@IP }, $_[0] );
}
package main;
$test = IPv4->new("127.0.0.1");
print @{$test{ad
-
2133441·text·6.6 KB·2012-03-28 22:56 UTC
North America
=============
bbr02.wb01.sea02> traceroute 88.80.30.2
HOST: bbr02.wb01.sea02-re1 Loss% Snt Last Avg Best Wrst StDev
1. 173.192.18.186 0.0% 5
-
2133440·text·205 B·2012-03-28 22:54 UTC
#!/usr/bin/perl
package IPv4;
sub new {
my @IP = split(/\./, $_[1]);
bless ( { addr => \@IP }, $_[0] );
}
package main;
@test = IPv4->new("127.0.0.1");
print @{$test{ad
-
2133439·text·6.3 KB·2012-03-28 22:53 UTC
-----------------------------
---------/ \---------
------/ \------
----/ \----
---
-
2133436·text·136.5 KB·2012-03-28 22:51 UTC
-
2133432·lua·1.7 KB·2012-03-28 22:48 UTC
Ignore danger if it is further than specified distance (in meters):
ignore_distance = <number> { default: 150 } basic distance, if danger (no matter what type it is) is matched by value specified
-
2133428·text·210 B·2012-03-28 22:22 UTC
/* ADC -DAC conversion*/
int value;
int ADCpin = A0;
void setup() {
DDRK = 0xFF;
pinMode(ADCpin, INPUT);
}
void loop(){
value = analogRead(ADCpin);
PORTK =
-
2133427·text·1.5 KB·2012-03-28 22:08 UTC
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <gsl/gsl_rng.h>
#include <omp.h>
double d_t (struct timespec t1, struct timespec t2){
return ((t2.tv_sec - t1.tv_sec) + (do
-
2133423·text·667 B·2012-03-28 21:51 UTC
<script type="text/javascript" src="/resource/CPStaticContent/scripts/jquery-1.5.2.min.js"></script>
<script src="/js/dojo/0.4.1/dojo.js"></script>
<script type="text/javascript">
function injectCo
-
2133421·text·271 B·2012-03-28 21:36 UTC
/* 10Hz Sine wave generator*/
float time;
int value;
void setup() {
DDRK = 0xFF;
}
void loop(){
time = millis()/50.0; //millis is amnt of time passed since beginning
-
2133418·text·545 B·2012-03-28 20:56 UTC
class DVBCardNum: public SpinBoxSetting, public CCSetting
{
public:
DVBCardNum(const CaptureCard& parent)
: SpinBoxSetting(0,7,1), CCSetting(parent, "videodevice")
{
setL