Skip to content

Instantly share code, notes, and snippets.

@Warpten
Warpten / gist:698c105383d1f1e37ced
Created June 13, 2014 10:01
koding stability sucks
Envoi d'une requête 'ping' sur koding.com [68.68.97.59] avec 32 octets de données :
Réponse de 68.68.97.59 : octets=32 temps=329 ms TTL=45
Délai d'attente de la demande dépassé.
Délai d'attente de la demande dépassé.
Réponse de 68.68.97.59 : octets=32 temps=326 ms TTL=45
Délai d'attente de la demande dépassé.
Délai d'attente de la demande dépassé.
Réponse de 68.68.97.59 : octets=32 temps=326 ms TTL=45
Réponse de 68.68.97.59 : octets=32 temps=323 ms TTL=45
Réponse de 68.68.97.59 : octets=32 temps=326 ms TTL=45
signed int __cdecl PH_SMSG_SUPERCEDED_SPELL(int a1) // Actually a ptr to struct that 6BD0A0 creates
{
int oldSpellId; // ebx@1
int newSpellId; // esi@1
__int64 v3; // qax@4
CGPlayer_C *currPlr; // edi@4
void *v5; // esi@7
int v7; // ecx@9
unsigned int v8; // eax@9
unsigned int v9; // edi@15
using System;
using System.Xml;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Collections.Generic;
using System.Dynamic;
using System.Reflection;
using DBFilesClient.NET;
@Warpten
Warpten / patch.diff
Created October 12, 2014 16:31
ObjectListView Generator, add support for fields
diff --git a/ObjectListView/Utilities/Generator.cs b/ObjectListView/Utilities/Generator.cs
index 95454ca..57506fb 100644
--- a/ObjectListView/Utilities/Generator.cs
+++ b/ObjectListView/Utilities/Generator.cs
@@ -199,18 +199,40 @@ public class Generator : IGenerator {
if (type == null)
return columns;
- // Iterate all public properties in the class and build columns from those that have
- // an OLVColumn attribute and that are not ignored.
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Runtime.InteropServices;
using System.IO;
using System.Text;
using System.Linq;
using OpcodeBruter;
namespace x86
commit c905d1a6b7be3d0cdfdab0e8c4db267e01c68684
Author: Warpten <vertozor@gmail.com>
Date: Wed May 27 20:54:57 2015 +0200
Core/NetworkIO: Fixed possible DDoS issue with b5aebf40a8a6f4b480ba2e877451db2ac3dac968
diff --git a/src/server/game/Server/Packets/ChatPackets.cpp b/src/server/game/Server/Packets/ChatPackets.cpp
index 4204278..ab4108b 100644
--- a/src/server/game/Server/Packets/ChatPackets.cpp
+++ b/src/server/game/Server/Packets/ChatPackets.cpp
Unable to open file DBFilesClient\CreatureSpellData in the archive for locale frFR: FILE_NOT_FOUND
Unable to open file DBFilesClient\DeclinedWord in the archive for locale frFR: FILE_NOT_FOUND
Unable to open file DBFilesClient\DeclinedWordCases in the archive for locale frFR: FILE_NOT_FOUND
Unable to open file DBFilesClient\FeedbackPath in the archive for locale frFR: FILE_NOT_FOUND
Unable to open file DBFilesClient\Package in the archive for locale frFR: FILE_NOT_FOUND
Unable to open file DBFilesClient\SkillTiers in the archive for locale frFR: FILE_NOT_FOUND
Unable to open file DBFilesClient\gtAttackPower in the archive for locale frFR: FILE_NOT_FOUND
Unable to open file DBFilesClient\gtAttackPowerRanged in the archive for locale frFR: FILE_NOT_FOUND
Unable to open file DBFilesClient\gtAvoidanceDim in the archive for locale frFR: FILE_NOT_FOUND
Unable to open file DBFilesClient\gtChanceToDodgeBase in the archive for locale frFR: FILE_NOT_FOUND
MODULE CONSTANTS
IMPLICIT NONE
INTEGER, PARAMETER :: dp = SELECTED_REAL_KIND(16)
REAL(KIND = dp), PARAMETER :: PI = 3.1415926536_dp
REAL(KIND = dp), PARAMETER :: BOLTZMANN = 1.38064852E-23_dp ! J/K
REAL(KIND = dp), PARAMETER :: EPS = 1.65E-21_dp ! J
REAL(KIND = dp), PARAMETER :: M = 6.6335209E-26_dp ! kg
REAL(KIND = dp), PARAMETER :: SIGMA = 3.4E-10_dp ! m
#include "box.hpp"
#include "object.hpp"
#include "predictor_corrector.hpp"
#include "calculator.hpp"
#include "extensions.hpp"
#include "logger.hpp"
#include <cassert>
#include <iostream>
#include <random>
#include "box.hpp"
#include "object.hpp"
#include "predictor_corrector.hpp"
#include "calculator.hpp"
#include "extensions.hpp"
#include "logger.hpp"
#include <cassert>
#include <iostream>
#include <random>