-
2115580·csharp·1.7 KB·2012-02-09 22:06 UTC
internal TorrentFileStream GetStream(TorrentFile file, FileAccess access)
{
TorrentFileStream s = FindStream(file.FullPath);
if (s != null)
{
-
2115574·text·1.3 KB·2012-02-09 22:01 UTC
Array
(
[1] => stdClass Object
(
[id] => 1
[course] => 3
[mdlpage_id] => 16
[parent_id] => 0
[unit_num] => 1
-
2115551·text·260 B·2012-02-09 21:40 UTC
I want to reference my li object on which i iterate but dont know how...
myList.each(function(li,i){
li.store('etat','ferme');
li.addEvent('click', function(){
li.retrieve('etat'); // dont w
-
2115531·csharp·1.2 KB·2012-02-09 21:21 UTC
IPEndPoint bind = new IPEndPoint(IPAddress.Any, Settings.Default.ListenPort);
IPEndPoint conn = new IPEndPoint(IPAddress.Parse("127.0.0.1"), Settings.Default.ListenPort);
-
2115510·text·1.2 KB·2012-02-09 21:03 UTC
//-----------------------------------------------------------
//
//-----------------------------------------------------------
class SeqAct_GetGameDifficulty extends SequenceAction;
/* The GameD
-
2115497·text·14.1 KB·2012-02-09 20:54 UTC
package scraper;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList
-
2115480·text·5.1 KB·2012-02-09 20:31 UTC
Her
Jan 2, 2012 – 5:36am
I wish I could have seen the devastation in Joplin. Well, I could have but I chose not to because I was scared. I had planned on riding with a church group to Joplin to volu
-
2115477·text·1.8 KB·2012-02-09 20:11 UTC
Host Loss% Snt Last Avg Best Wrst StDev
1. back.cpr2.ams1.afilias-nst.info
-
2115475·c·1.8 KB·2012-02-09 20:06 UTC
#define SHADER_TYPES 2 //0: pix, 1: ver
#define MAXSTR 512
#define SHADER_PARAM_USE_SRC_MATRIX "use_tex_matrix"
#define SHADER_PARAM_SRC_MATRIX "tex_matrix"
#define SHADER_PARAM_USE_SRC "use_tex
-
2115474·text·1.1 KB·2012-02-09 20:06 UTC
[daniel@Oscar Documents]$ lsmod | grep rt
rt2800pci 9405 0
rt2800lib 39851 1 rt2800pci
rt2x00pci 5082 1 rt2800pci
rt2x00lib 34978 3 rt2x0
-
2115473·text·891 B·2012-02-09 19:58 UTC
http://www.techexams.net/securityplus/
http://www.examcollection.com/SY0-301.html
http://www.techotopia.com/index.php/Security%2B_Essentials
http://www.mcmcse.com/comptia/security/guide.shtml
http
-
2115470·text·9.0 KB·2012-02-09 19:57 UTC
#include "allegro5/allegro5.h"
#include "allegro5/allegro_shader.h"
#include "allegro5/allegro_image.h"
#include "allegro5/allegro_primitives.h"
#include <cstdio>
// FIXME: supported drivers sh
-
2115469·text·9.0 KB·2012-02-09 19:55 UTC
#include "allegro5/allegro5.h"
#include "allegro5/allegro_shader.h"
#include "allegro5/allegro_image.h"
#include "allegro5/allegro_primitives.h"
#include <cstdio>
// FIXME: supported drivers sh
-
2115465·text·874 B·2012-02-09 19:48 UTC
with Ada.Text_IO;
with Ada.Text_IO.Text_Streams;
with Ada.Streams;
procedure Show_Bytes is
use Ada.Text_IO;
Buffer : Ada.Streams.Stream_Element_Array (1 .. 4096);
Stdin : Text_St
-
2115464·text·342 B·2012-02-09 19:46 UTC
MsgBox "In Out In Out Shake it all about" ,15, "M0n0p0ly says"
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROM
-
2115461·c·10.8 KB·2012-02-09 19:42 UTC
#ifndef _SHADER_H_
#define _SHADER_H_
// Shader Platform Definitions.
#define NONE 0
#define GLSL 1
#define CG 2
#define HLSL 3
#define IMPL GLSL
#if (IMPL == NONE)
#define USE_NONE
-
2115459·c·10.2 KB·2012-02-09 19:36 UTC
#ifndef _SHADER_H_
#define _SHADER_H_
//Shader Platform Definitions.
#define NONE 0
#define GLSL 1
#define CG 2
#define HLSL 3
#define IMPL GLSL
#if (IMPL == NONE)
#define USE_NONE
#
-
2115457·sql·1.4 KB·2012-02-09 19:35 UTC
SELECT OI.FECHA,OT.CODIGO,OI.LETRA,OP.NUMERO,CLI.RAZONSOCIAL,CIVA.ATAJO,CLI.CUIT,
SUM(OI.NETO_GRAVADO * IF(OI.ID_TIPO_OPERACION=5,-1,1)) AS NGRAVADO,
SUM(OI.NETO_NGRAVADO * IF(OI.ID_TIPO_OPERACIO
-
2115412·text·1.5 KB·2012-02-09 19:15 UTC
Usage: check_memcached -H <host> [-p <port>] [-i|-I]
[-w <warning>] [-c <critical>] [-W <ratio_warn>] [-C <ratio_crit>]
[-e <slab_warn>] [-E <slab_crit> [-d <time_warning>] [-D <time_c
-
2115402·diff·632 B·2012-02-09 19:12 UTC
diff --git a/dlls/mscoree/metahost.c b/dlls/mscoree/metahost.c
index 49fb0ee..aaf4548 100644
--- a/dlls/mscoree/metahost.c
+++ b/dlls/mscoree/metahost.c
@@ -1027,8 +1027,7 @@ HRESULT WINAPI CLRMet