Loading

Paste #p90a7jold

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

Paste #p8w2wu3ta

  1. liveuser@noname ~]$ sudo LANG=C parted -l
  2.  
  3. We trust you have received the usual lecture from the local System
  4. Administrator. It usually boils down to these three things:

Paste #pf9xaubkt

  1. factor 0.33515587471511
  2. factor 0.33298265299167
  3. factor 0.33126673511738
  4. factor 0.3299082329992
  5. factor 0.32883040490377

Paste #px9lcajoc

  1. ~/ottd/OpenTTD-master$ git fetch
  2. remote: Enumerating objects: 538, done.
  3. remote: Counting objects: 100% (538/538), done.
  4. remote: Compressing objects: 100% (38/38), done.
  5. remote: Total 653 (delta 506), reused 530 (delta 500), pack-reused 115

Paste #psdpv78vx

  1. jenkins@jenkins:~/jobs/firs/workspace$ hg --version
  2. Mercurial Distributed SCM (version 2.2.2)
  3. (see http://mercurial.selenic.com for more information)
  4.  
  5. Copyright (C) 2005-2012 Matt Mackall and others

Paste #pibawrll2

  1. --[[ Copyright (c) 2009 Peter "Corsix" Cawley
  2.  
  3. Permission is hereby granted, free of charge, to any person obtaining a copy of
  4. this software and associated documentation files (the "Software"), to deal in
  5. the Software without restriction, including without limitation the rights to

busy bee subsidy patch

  1.   function GetAuthor()        { return "alberth & andythenorth"; }
  2. -    function GetName()          { return "Busy Bee"; } // Old: return PROGRAM_NAME;
  3. -    function GetDescription()   { return "Make connection, transport cargo"; }
  4. +    function GetAuthor()        { return "alberth & andythenorth, reward by jottyfan"; }
  5. +    function GetName()          { return "Busy Bee Reward"; } // Old: return PROGRAM_NAME;

Paste #pckmrij1j

  1. return int(value.value / divisor) * 10 // 16 * unit.ottd_mul >> unit.ottd_shift
  2.  
  3. to
  4.  
  5. return int(value.value / divisor * 10 / 16 * unit.ottd_mul) >> unit.ottd_shift

blender boolean test

  1. ### set object as Active
  2. #bpy.context.scene.objects.active = bpy.data.objects['Cube.'+objNumber]
  3.    
  4. ### add Boolean and set the target to Cube
  5. bpy.ops.object.modifier_add(type='BOOLEAN')

HELL

  1. Psg 297 Hell‎
  2. Yet another way of handling multiple cargoes is complex, hacky and awesomely evil.
  3.  
  4. 1    Trains try load passengers
  5. 2    ‎If train failed to load passengers, try again, otherwise continue to step 3

Paste #pncrp9vcg

  1. diff --git a/nml/actions/action0properties.py b/nml/actions/action0properties.py
  2. index eebfd95..53da8c3 100644
  3. --- a/nml/actions/action0properties.py
  4. +++ b/nml/actions/action0properties.py
  5. @@ -751,7 +751,7 @@ def industry_prod_multiplier(value):

Paste #pppfawycl

  1. @ -47,6 +47,7 @@
  2. #include "effectvehicle_base.h"
  3. #include "vehiclelist.h"
  4. #include "bridge_map.h"
  5. #include "tunnelbridge_map.h"

Paste #pozjqixd2

  1. Flooding algorithm selected from (42, 20) to (5, 14)
  2. Auto-step enabled
  3.  
  4. Statistics: total nodes = 2261, max open = 101, open_at_end = 51

Paste #pbgo4b2as

  1.         ride {
  2.                 voxel {
  3.                         dx: 0; dy: 0; dz: 0;
  4.  
  5.                         north: sprite {

Paste #pgau7ddof

  1. Index: src/rail.h
  2. ===================================================================
  3. --- src/rail.h  (revision 27686)
  4. +++ src/rail.h  (working copy)
  5. @@ -113,7 +113,8 @@