Loading

Paste #pahrp9oek

  1. Python 3.4.1 (default, Nov  3 2014, 14:38:10)
  2. [GCC 4.9.1 20140930 (Red Hat 4.9.1-11)] on linux
  3. Type "help", "copyright", "credits" or "license" for more information.
  4. >>> title = u'Evoluc?a?o [Diesel]'.encode('utf-8')
  5. >>> print(title)

Paste #ptf7q2i3m

  1. Index: src/table/build_industry.h
  2. ===================================================================
  3. --- src/table/build_industry.h  (revision 27136)
  4. +++ src/table/build_industry.h  (working copy)
  5. @@ -254,7 +254,6 @@

Paste #pd7bmlckx

  1. diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
  2. index a378245..a756c06 100644
  3. --- a/src/CMakeLists.txt
  4. +++ b/src/CMakeLists.txt
  5. @@ -85,11 +85,10 @@ IF(SDL2_FOUND)

Paste #pptkm5kon

  1.  95 static int DecodeUtf8Char(uint8 *data, size_t length, uint32 *codepoint)
  2. 96 {
  3. 97  if (length < 1) return 0;
  4. 98  uint32 value = *data;
  5. 99  data++;

Paste #pqkqld7wy

  1. /*
  2.    -4 -3 -2 -1 00 01 02 03 04 05 ->>> x
  3. -4 xx xx xx xx xx xx xx xx xx xx
  4. -3 xx                         xx
  5. -2 xx                         xx

Paste #pdwmepcjb

  1. ingo@aeolus hg-test default-r11 (tip) (foo2) ~/hg-test $ hg tag -r6 blah
  2. ingo@aeolus hg-test default-r12 (tip) ~/hg-test $ hg tags
  3. tip                               12:3c7efd514ebd
  4. blah                               6:0b428aa7bdf8
  5. ingo@aeolus hg-test default-r12 (tip) ~/hg-test $ hg tag --remove blah

Paste #phujr5bfx

  1.    -4 -3 -2 -1 00 01 02 03 04 05
  2. -5 xx xx xx xx
  3. -4 xx          xx xx xx xx xx xx
  4. -3 xx                         xx
  5. -2 xx                         xx

Paste #psjqytdhh

  1. diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
  2. index e162bac..837232f 100644
  3. --- a/src/CMakeLists.txt
  4. +++ b/src/CMakeLists.txt
  5. @@ -66,11 +66,10 @@ IF(SDL2_FOUND)

Paste #ppfjsacb5

  1. diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
  2. index e162bac..837232f 100644
  3. --- a/src/CMakeLists.txt
  4. +++ b/src/CMakeLists.txt
  5. @@ -66,11 +66,10 @@ IF(SDL2_FOUND)

Paste #pxjbdnins

  1. Part of http://svn.openttd.org/trunk/src/table/build_industry.h
  2.  
  3.  
  4.     MI(_tile_table_oil_rig,                    0, NULL,
  5.        240,  0x99999999,                       6, 0, 0, 0,    0, 0, 0, 0,        152,

Paste #puowthf5w

  1. grf {
  2.  grfid: "RS\01\01";
  3.  name: string(STR_GRF_NAME);
  4.  desc: string(STR_GRF_DESCRIPTION);
  5.  version: 3;

Paste #podilmqzz

  1. class IndustryLocationChecks(object):
  2.     """class to hold location checks for an industry"""
  3.     def __init__(self, **kwargs):
  4.         self.incompatible = kwargs.get('incompatible', {})

Paste #pmbcr4rmo

  1. class IndustryLocationChecks(object):
  2.     """class to hold location checks for an industry"""
  3.     def __init__(self, **kwargs):
  4.         self.incompatible = kwargs.get('incompatible', {})

Paste #pnduplzx4

  1. class IndustryLocationChecks(object):
  2.     """class to hold location checks for an industry"""
  3.     def __init__(self, **kwargs):
  4.         self.incompatible = kwargs.get('incompatible', {})

Paste #puppcojlg

  1. grf {
  2.  grfid: "RS\01\01";
  3.  name: string(STR_GRF_NAME);
  4.  desc: string(STR_GRF_DESCRIPTION);
  5.  version: 0;