-
2061931·text·789 B·2011-05-17 04:33 UTC
if a bullet hits your ?showvehicle circle, you take full (inner) dmg. end of story.
2 situations where non-inner damage occurs:
1) getting hit by a weapon with prox (rr, rpg, pc). the distance it
-
2061929·python·713 B·2011-05-17 04:24 UTC
from __future__ import print_function
import trueskill
class Player(object):
def __init__(self, skill, rank):
self.skill = skill
self.rank = rank
#data = [((62.0683799278914, 7.3
-
2061928·text·715 B·2011-05-17 04:24 UTC
from __future__ import print_function
import trueskill
class Player(object):
def __init__(self, skill, rank):
self.skill = skill
self.rank = rank
#data = [((62.0683799278914, 7.3
-
2061925·text·120 B·2011-05-17 04:07 UTC
Package: imagemagick
New: yes
State: not installed
Version: 7:6.6.2.6-1ubuntu4
Priority: optional
Section: graphics
-
2061920·text·45 B·2011-05-17 03:52 UTC
Wrong person folks... should be Jason A Lucas
-
2061916·text·3.5 KB·2011-05-17 03:34 UTC
use32
format binary
include 'INCLUDE\MACRO\struct.inc'
startOfBaseShell:
pushad
popad
mov al, 1 ; call exit thread!!!!
retn
struc IMAGE_DATA_DIRECTORY
-
2061913·text·133 B·2011-05-17 03:12 UTC
#ifdef __cplusplus
extern "C"
{
#endif
ImBuf* oiio_to_imbuf(const char* filename);
#ifdef __cplusplus
}
#endif
~
-
2061912·text·1.1 KB·2011-05-17 03:10 UTC
#ifdef __cplusplus
extern "C"
{
#endif
#include "imbuf.h"
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.h"
#include "IMB_filetype.h"
//#include "IMB_allocimbuf.h"
//#include "oiio_to_imb
-
2061910·text·2.2 KB·2011-05-17 02:55 UTC
Logfile of Trend Micro HijackThis v2.0.4
Scan saved at 04:54:08, on 17.05.2011
Platform: Windows Vista SP1 (WinNT 6.00.1905)
MSIE: Internet Explorer v8.00 (8.00.6001.19019)
Boot mode: Normal
Ru
-
2061908·text·2.2 KB·2011-05-17 02:54 UTC
Logfile of Trend Micro HijackThis v2.0.4
Scan saved at 04:54:08, on 17.05.2011
Platform: Windows Vista SP1 (WinNT 6.00.1905)
MSIE: Internet Explorer v8.00 (8.00.6001.19019)
Boot mode: Normal
Ru
-
2061907·text·7.3 KB·2011-05-17 02:43 UTC
import impsoft.bots.ColorBot;
import impsoft.scripting.ibot.interfaces.AutoPaint;
import impsoft.scripting.ibot.structs.AryanTile;
import impsoft.scripting.ibot.structs.AryanTileZone;
import impso
-
2061905·text·6.8 KB·2011-05-17 02:35 UTC
#include <stdlib.h>
#include <stdio.h>
int main(int argc, char *argv[])
{
float rendMens;
float rendAnual;
float impostMens;
float impRetidoMens;
float impRetidoAnual;
-
2061902·text·1.9 KB·2011-05-17 02:30 UTC
To: Perl5 Porters Mailing List <perl5-porters@perl.org>
Subject: more given prevarications
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset=UTF-8
X-Mailer: nmh v1.3 && nvi v1.79 (
-
2061899·text·1.2 KB·2011-05-17 01:57 UTC
Gameplay: A strategy RPG, but from a side-view perspective, though the classic grid is maintained. Look up the games "Fetus" and "suteF"; that's how movement works. You have homunculi as units, which
-
2061896·text·3.6 KB·2011-05-17 01:42 UTC
Config.php ->
<?php
//The server host is the IP or DNS of the IRC server.
$server_host = "irc-hispano.org";
//Server Port, this is the port that the irc server is running on. Deafult: 6667
-
2061895·text·580 B·2011-05-17 01:28 UTC
Coin script thingy
list_coins=ds_list_create()
with (OBJECT_ZONE)
{
ds_list_add(other.list_coins,id)
}
ds_list_shuffle(list_coins)
i=ds_list_find_value(list_coins,0)
ds_list_destroy(list
-
2061894·text·1.0 KB·2011-05-17 01:27 UTC
Linking CXX executable ../../bin/blender
../../lib/libbf_imbuf.a(oiio_to_imbuf.cpp.o): In function `oiio_to_imbuf':
oiio_to_imbuf.cpp:(.text+0x7b): undefined reference to `OpenImageIO::v0::ImageInpu
-
2061893·text·391 B·2011-05-17 01:24 UTC
Coin script thingy
list_coins=ds_list_create()
with (OBJECT_ZONE)
{
ds_list_add(other.list_coins,id)
}
ds_list_shuffle(list_coins)
i=ds_list_find_value(list_coins,0)
ds_list_destroy(list
-
2061887·text·353 B·2011-05-17 00:57 UTC
int i, numero; //i = contador
long fatorial = 1;
printf("Programa para achar o fatorial de um numero:\n\n");
printf("Digite um numero: ");
scanf("%d", &numero);
printf("\n\n");
-
2061886·text·1.4 KB·2011-05-17 00:56 UTC
#include <stdio.h>
#define PP_NARG(...) \
PP_NARG_(__VA_ARGS__,PP_RSEQ_N())
#define PP_NARG_(...) \
PP_ARG_N(__VA_ARGS__)
#define PP_ARG_N( \
_1, _2, _3, _4,