Loading

Paste #pca1yskke

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

Paste #pc78spoml

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

Paste #p6unubyjl

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

Paste #pfhxmdmaf

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

Paste #pifc4of5q

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

Paste #ptlav8dzn

  1. tilelayout oil_rig_layout {
  2.  0, 0: clear;
  3.  0, 1: clear;
  4.  0, 2: clear;
  5.  0, 3: clear;

Paste #pqmmqzuhj

  1. $  cat /etc/timidity++.cfg
  2. dir /usr/share/soundfonts
  3. source fluid3gm.cfg
  4. trysource fluid3gs.cfg
  5. source fluid_altassign.cfg

Paste #pfny3lr8f

  1. ingo@aeolus hg stable-r23987 (3.3) ~/bin/mercurial/hg $ time hg log -r. --template=' {branch}-r{rev}{if(tags," ({tags})")}{if(bookmarks," ({bookmarks})")} \n' --profile
  2.  stable-r23987 (3.3)
  3.    CallCount    Recursive     Total(s)    Inline(s) module:lineno(function)
  4.       109912            0      0.9434      0.4797   mercurial.obsolete:149(_fm0readmarkers)
  5.       109911            0      0.2343      0.1335       mercurial.obsolete:232(_fm0decodemeta)

Paste #pgrx0b2mh

  1. ingo@aeolus hg stable-r23987 (3.3) ~/bin/mercurial/hg $ time hg log -r.time hg log -r. --template=' {branch}-r{rev}{if(tags," ({tags})")}{if(bookmarks," ({bookmarks})")} \n' --profile
  2.  stable-r23987 (3.3)
  3.    CallCount    Recursive     Total(s)    Inline(s) module:lineno(function)
  4.       109912            0      0.9434      0.4797   mercurial.obsolete:149(_fm0readmarkers)
  5.       109911            0      0.2343      0.1335       mercurial.obsolete:232(_fm0decodemeta)

Paste #pqg3qthe7

  1. ingo@aeolus hg stable-r23987 (3.3) ~/bin/mercurial/hg $ time hg log -r. --template=' {branch}-r{rev}{if(tags," ({tags})")}{if(bookmarks," ({bookmarks})")} \n'
  2.  stable-r23987 (3.3)
  3.  
  4. real    0m1.261s
  5. user    0m1.224s

Paste #poaitg1sw

  1. diff -r d4bb7a333937 scripts/nml_langcheck/languages.py
  2. --- a/scripts/nml_langcheck/languages.py    Fri Jan 30 13:10:17 2015 +0000
  3. +++ b/scripts/nml_langcheck/languages.py    Sat Jan 31 16:10:24 2015 +0000
  4. @@ -29,10 +29,10 @@
  5.  def make_revline(rev, line):

Paste #pblbfudej

  1. hg_ps1() {
  2.     if $(hg st > /dev/null 2>&1); then
  3.         hg log -l1 -r. --template=' {branch}-r{rev}{if(tags," ({tags})")}{if(bookmarks," ({bookmarks})")} '
  4.     fi
  5. }

Paste #pbdzg6mya

  1. hg_ps1() {
  2.     if $(hg st > /dev/null 2>&1); then
  3.         hg log -l1 --template='{branch}-r{rev} {if(tags," ({tags})")} {if(bookmarks," ({bookmarks})")}'
  4.     fi
  5. }

Paste #pgozldo7g

  1. diff --git a/CorsixTH/Lua/room.lua b/CorsixTH/Lua/room.lua
  2. index b3eeb21..c56b8e7 100644
  3. --- a/CorsixTH/Lua/room.lua
  4. +++ b/CorsixTH/Lua/room.lua
  5. @@ -66,6 +66,9 @@ function Room:initRoom(x, y, w, h, door, door2)

Error

  1. % hg push https://hg@hg.openttdcoop.org/nuts
  2. pushing to https://hg@hg.openttdcoop.org/nuts
  3. searching for changes
  4. URLError: [Errno 10054] Stávající připojení bylo vynuceně ukončeno vzdáleným hostitelem
  5. [command returned code 255 Wed Jan 28 16:01:34 2015]