-
2089826·text·4.2 KB·2011-10-13 18:51 UTC
Dear RuneScape Community,
I would like to take a moment of your time to address the highly emotive issue that we face as a community – bots.
At the beginning of the year, when we brought Free Tr
-
2089824·text·12 B·2011-10-13 18:50 UTC
83.179.21.24
-
2089821·objectivec·1.4 KB·2011-10-13 18:22 UTC
#include "veapplication.h"
bool VEApplication::macEventFilter(EventHandlerCallRef callRef, EventRef event)
{
static NSEvent *lastEvent = 0;
NSEvent *e = reinterpret_cast<NSEvent *>(eve
-
2089820·css·428 B·2011-10-13 18:17 UTC
.img, .img2, .img3, .img4, .img5 {
background: url('../img/businessCoachingSprite.jpg') no-repeat top left;
}
hgroup#homeMessage.img1 {
background-position: 0 0;
}
hgroup#homeMessage.img2 {
-
2089818·text·3.5 KB·2011-10-13 18:15 UTC
[DIALPLAN-1]
exten => DIALCUSTOMER,1(NEXTCALL),Log(NOTICE,NEXTCALL)
exten => DIALCUSTOMER,n,Set(CDR(userfield)=${CALL_ID})
exten => DIALCUSTOMER,n,AGI(set_disposition.php,${CALL_ID},DIALING,1)
e
-
2089817·text·3.2 KB·2011-10-13 18:14 UTC
[global]
CARRIER1=SIP/vonfone
CARRIER2=SIP/altavox
CARRIER3=SIP/checkbox
CARRIER4=SIP/voipms
#CARRIER2 = SIP/vccs
MAX_PROVIDERS = 4
#include "dialer.conf"
[general]
static=yes
writep
-
2089798·cpp·119.5 KB·2011-10-13 17:10 UTC
-
2089797·bash·323 B·2011-10-13 17:09 UTC
@ECHO OFF
ECHO %date% %time% START
ECHO %date% %time% START >&2
BlackboardLogReader.exe
SET ERR=%ERRORLEVEL%
CALL %AUTOSYS_SHARENAME%\bin\job-end.bat "%MatrixUser%" %ERR%
IF "%ERR%" ==
-
2089796·text·26.1 KB·2011-10-13 17:07 UTC
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`) VALUES
(54, 0, 2488, 0, 0, 0),
(54, 0, 2489, 0, 0, 0),
(54, 0, 2490, 0, 0, 0),
(54, 0, 2491, 0, 0, 0),
-
2089793·text·623 B·2011-10-13 17:01 UTC
ipython:
s.connect(('201.198.194.4', 80))
tcpdump:
11:00:42.704962 IP 172.31.29.103.47988 > 201.198.194.4.80: Flags [S], seq 1734259818, win 5840, options [mss 1460,sackOK,TS val 27072621
-
2089792·text·491 B·2011-10-13 16:45 UTC
import java.io.File;
import java.io.FileNotFoundException;
import java.util.Scanner;
public class ValidDNA
{
public static void main(String[] arg)
{
Scanner in = new Scanner(
-
2089791·text·491 B·2011-10-13 16:44 UTC
import java.io.File;
import java.io.FileNotFoundException;
import java.util.Scanner;
public class ValidDNA
{
public static void main(String[] arg)
{
Scanner in = new Scanner(
-
2089771·text·154.9 KB·2011-10-13 16:05 UTC
-
2089770·text·154.9 KB·2011-10-13 16:05 UTC
-
2089754·text·935 B·2011-10-13 14:58 UTC
Documentação fixe com diagramas sobre CSP/CryptoAPI:
http://msdn.microsoft.com/en-us/library/bb905527.aspx
Registry keys adicionadas em XP pelo middleware antigo:
REGEDIT4
[HKEY_LOCAL_MACH
-
2089753·text·17.0 KB·2011-10-13 14:52 UTC
3D Design - Programming:
|-3D Game Engine Architecture - Eberly - Morgan Kaufmann (2005).pdf
|-Beginning OpenGL Game Programming 2e - Benstead - Course tech (2009).pdf
|-Blender 2.5 Hotshot - Herre
-
2089752·text·495 B·2011-10-13 14:52 UTC
libssl.so.0 => /usr/lib/libssl.so.0 (0x4001f000)
libcrypto.so.0 => /usr/lib/libcrypto.so.0 (0x40050000)
libpcre.so.0 => /usr/lib/libpcre.so.0 (0x40155000)
libdb-3.3.
-
2089751·text·49 B·2011-10-13 14:46 UTC
The Rosenberg Trio (Gypsy Swing)
Andrews Sisters
-
2089750·text·34 B·2011-10-13 14:46 UTC
The Rosenberg Trio (Gypsy Swing)
-
2089748·javascript·140 B·2011-10-13 14:39 UTC
function Update () {
if (Input.GetButtonDown("Fire1")) {
transform.Rotate(Vector3.right * Time.deltaTime);
}
}