-
2090186·sql·1.9 KB·2011-10-15 01:34 UTC
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` |0x00000002| -- MECHANIC_DISORIENTED (Blind)0x00000008| -- MECHANIC_DISTRACT (Distract)0x00000010| -- MECHANIC_FEAR (Fear
-
2090185·python·24 B·2011-10-15 01:30 UTC
def laskd(lasd):
pass
-
2090184·text·328 B·2011-10-15 01:18 UTC
KrnSystemTickIsr:
cli
push eax
in al, 20h ;;spurious ISR check
test al, 80h
jz .isspurious
inc dword [systemtick]
;;;;;;insert code here
.isspurious:
mov al, 20h ;;;
-
2090183·nasm·584 B·2011-10-15 01:12 UTC
KrnRebootSystem:
;lidt [bogus_idt_desc]
.not_ready:
in al, 64h
and al, 2
jnz .not_ready
mov al, 0FEh
out 64h, al
.halt:
hlt
jmp .halt
KrnShutdownSystem:
;mov eax, cr0
;an
-
2090179·text·4 B·2011-10-15 00:39 UTC
stfu
-
2090176·text·65.8 KB·2011-10-15 00:23 UTC
-
2090175·text·65.8 KB·2011-10-15 00:23 UTC
-
2090173·text·1.7 KB·2011-10-15 00:07 UTC
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
html_directory = /usr/share/do
-
2090172·text·1.7 KB·2011-10-15 00:04 UTC
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
html_directory = /usr/share/do
-
2090169·text·3.2 KB·2011-10-14 22:52 UTC
00533418262i[ ] reset of 'gameport' plugin device by virtual method
00533418262i[ ] reset of 'pci_ide' plugin device by virtual method
00533418262i[ ] reset of 'acpi' plugin device by vi
-
2090168·nasm·13.5 KB·2011-10-14 22:50 UTC
[ORG 0x8000]
start:
mov si, str_loaded
call _puts
;call BtlGetDriveParams
call BtlGetMemoryMap
;load kernel
mov si, str_kern_loading
call _puts
push 6 ;;;; ((0x200 + 0x800
-
2090167·cpp·5.1 KB·2011-10-14 22:46 UTC
//----------------------------------------------------------------------------------------------------------------------
// SetupCardioItemsMap - initializes the multi-level data structure used to ge
-
2090165·text·5.1 KB·2011-10-14 22:46 UTC
//----------------------------------------------------------------------------------------------------------------------
// SetupCardioItemsMap - initializes the multi-level data structure used to ge
-
2090164·text·2.4 KB·2011-10-14 22:38 UTC
Dear SFPD,
Over the last few hours, department ties have been tested to the limit. Let it be a known fact, that departments will have their moments of disagreement as we have had tonight. Tonight'
-
2090163·text·2.0 KB·2011-10-14 22:34 UTC
#include <iostream>
using namespace std;
void guessAgeMultiplied(int age, int multiplier)
{
int yourGuess=0;
int repeat=0;
do
{
if (repeat >=1)
cout << "
-
2090162·text·163 B·2011-10-14 22:13 UTC
Required for a new subdomain:
Add VirtualHost with <VirtualHost subdomain.domainname.com:80>
Add DNS entry using bind9 and Webmin: Webmin --> Servers --> bind9
-
2090161·text·686.1 KB·2011-10-14 22:11 UTC
-
2090160·text·560 B·2011-10-14 22:07 UTC
bsdlaptop# mixer -f /dev/mixer0
Mixer vol is currently set to 90:90
Mixer pcm is currently set to 100:100
Mixer speaker is currently set to 100:100
Mixer mic is currently set to
-
2090159·text·1.4 KB·2011-10-14 22:01 UTC
//===========================================
//Health Bonus Pulse
event HudHealthBonusPulse
{
Animate PlayerStatusHealthValueTarget alpha 255 linear 0.0 0.0
Animate PlayerStatusHealthValue
-
2090156·text·726 B·2011-10-14 21:34 UTC
server {
server_name example.org www.example.org;
index index.php;
root /www/example.org/wordpress;
include includes/std.include;
location ^~ /pub {