-
2049826·text·256 B·2011-04-23 17:03 UTC
SOURCE=ftp://ftp.lip6.fr/pub/linux/distributions/slackware/slackware64-current:OFFICIAL
SOURCE=http://mirrors.gnomeslackbuild.org/gsb/gsb64-3.0_slackware64-current
SOURCE=http://mirrors.gnomeslackbu
-
2049824·text·2.1 KB·2011-04-23 16:58 UTC
Most of you probably already received this by message, but I figure I will post here as well.
I am stepping down as the organizer for this event. I feel that there are too many roadblocks to this
-
2049821·text·1.2 KB·2011-04-23 16:53 UTC
Events
Unit - Any Unit dies
Local Variables
DeathUnitTimer = (New timer) <Timer>
Conditions
Actions
General - If (Conditions) then do (Actions) else do
-
2049819·text·455 B·2011-04-23 16:47 UTC
bash-4.1# ./google-talkplugin.SlackBuild
ar: google-talkplugin_current_i386.deb: No such file or directory
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not reco
-
2049817·text·1.0 KB·2011-04-23 16:42 UTC
Still water (in a container)
Relatively still water contained in a container - for example a swimming pool - is simulated in many games, for example Half Life 2. It simulates light objects like woo
-
2049814·text·4.2 KB·2011-04-23 16:37 UTC
<map edf:definitions="editor_main">
<object id="object (firehouse_SFS) (1)" doublesided="false" model="11008" interior="0" dimension="0" posX="-2443.626953125" posY="-125.35098266602" posZ="37.77
-
2049806·text·10.6 KB·2011-04-23 16:09 UTC
1303574003.734163 IP (tos 0x0, ttl 49, id 0, offset 0, flags [DF], proto TCP (6), length 48)
208.43.72.198-static.reverse.softlayer.com.1935 > 88.155.11.224.64803: Flags [S.], cksum 0xf1fa (corre
-
2049804·java·4.1 KB·2011-04-23 16:02 UTC
public class Lister extends ListActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setListAdapter(new ArrayAdapter<String>(this
-
2049801·text·1.6 KB·2011-04-23 15:51 UTC
1>------ Build started: Project: MemHack, Configuration: Debug Win32 ------
1> Main.cpp
1>c:\users\kyoshiro\desktop\c++\memhack\cheat.h(13): error C2146: syntax error : missing ';' before identifie
-
2049800·text·245 B·2011-04-23 15:51 UTC
Going through the thread and commenting + following, will be doing more as often as I can:)
I'll be posting doodles and other stuff that pops into my head.
No ads yet but follow and keep track :D
-
2049797·sql·4.6 KB·2011-04-23 15:34 UTC
CREATE PROCEDURE [dbo].[NATION_TRANSFER]
@strAccountID as varchar(40),
@Nation as tinyint
AS
/*
Author : Ceribrio
*/
DECLARE @strNation tinyint,@Class int,@Race int,@strCharID1 char(21), @str
-
2049796·text·876 B·2011-04-23 15:33 UTC
clip=ffvideosource("seto14source.mkv",fpsnum=30000,fpsden=1001)
pre=clip.trim(0,1589).tfm().tdecimate().vinverse().spline36resize(848,480,10,6,-10,-6)
op=Import("seto14OP.avs.avs").assumefps("ntsc_f
-
2049795·text·4.6 KB·2011-04-23 15:31 UTC
CREATE PROCEDURE [dbo].[NATION_TRANSFER]
@strAccountID as varchar(40),
@Nation as tinyint
AS
/*
Author : Ceribrio
*/
DECLARE @strNation tinyint,@Class int,@Race int,@strCharID1 char(21), @str
-
2049792·text·2.0 KB·2011-04-23 15:30 UTC
各原子力発電所の状態のまとめ 04月23日 18:00 ( ・ω・ )
まとめのまとめwiki http://www47.atwiki.jp/matowiki/pages/28.html ★
福島第一全体
4号機で汚染水が増加。約10日間で20cm。3、4号機タービン建屋の壁に亀裂との見方(14:20 読売)★
4号機燃料プール現在の2倍
-
2049791·text·1.0 KB·2011-04-23 15:30 UTC
It is important however at this stage to determine whether or not it is beneficial to develop a custom server architecture based upon existing designs or use an off the shelf solution. In order to gi
-
2049788·text·2.9 KB·2011-04-23 15:27 UTC
mike@linode:~$ cat .mpd/mpd.log
Apr 23 08:26 : listen: bind to '0.0.0.0:8000' failed: Address already in use (continuing anyway, because binding to '[::]:8000' succeeded)
Apr 23 08:26 : flac: flac l
-
2049787·text·4.1 KB·2011-04-23 15:25 UTC
Recordarray.Clear(Recordarray, 0, 36)
'bytes 0 - 8 used for patient details
Recordarray(0) = CByte(dtDob.Text.Substring(0, 1)) << 4
Recordarray(0) = Recordarray(0) Xor CByte
-
2049785·text·2.4 KB·2011-04-23 15:24 UTC
Greetings Citizens,
There have recently been a rather unfortunate number of cases where Citizens have become Vampires in order to “experiment” or achieve some kind of personal or Organization goal,
-
2049783·text·1006 B·2011-04-23 15:24 UTC
Import("D:\avspins\avspins\pastepack.avsi")
LoadPlugin("D:\avspins\avspins\VSfilter.dll")
clip=OpenDMLSource("D:/Inshuheki/Lossless/Denpa01Lossless.avi", audio=false)
clip
paste_avi_rgba("D:\Inshu
-
2049782·cpp·1.6 KB·2011-04-23 15:22 UTC
#pragma once
#include <string>
#include <Windows.h>
extern HANDLE g_Process;
template <class Type> class Cheat
{
private:
void* m_Addr;
wstring m_ProcName; //most errors are here??