Loading
#openttdcoop - Paste
Archives
Trending
Docs
Login
palette-converter-v18
Show paste
import
math
import
time
import
datetime
import
os
from
os
import
remove
Paste #pf0iyvfo5
Show paste
planetmaker@aeolusmaximus:~$ rpm -qa | grep maria
mariadb-errmsg-10.1.25-1.fc26.x86_64
mariadb-common-10.1.25-1.fc26.x86_64
mariadb-config-10.1.25-1.fc26.x86_64
mariadb-server-10.1.25-1.fc26.x86_64
Paste #pxujjegrs
Show paste
-- Reboot --
Jan 12 22:42:52 aeolusmaximus dnf[3068]: Metadaten-Zwischenspeicher wurde erstellt.
Jan 12 23:43:44 aeolusmaximus dnf[19075]: Metadaten-Zwischenspeicher wurde kürzlich aktualisiert.
...skipping...
Aug 20 12:42:58 aeolusmaximus dnf[979]: Aktualisieren : game-music-emu-0.6.1-2.fc26.x86_64 1142/5631
Paste #pl2sbwpva
Show paste
planetmaker@aeolusmaximus:~$ sudo dnf system-upgrade reboot
[sudo] Passwort für planetmaker:
Traceback (most recent call last):
File "/bin/dnf", line 57, in
<module>
from dnf.cli import main
ModuleNotFoundError: No module named 'dnf'
Paste #pamsfeefa
Show paste
>>> import json
>>> x=[1,2,3]
>>> print(json.dumps(x, sort_keys=True, indent=4))
[
1,
Paste #pvjucwtxl
Show paste
Offset
list
item count:
1
,
last n
is
:
0
Offset
list
item count:
17
,
last n
is
:
1
Offset
list
item count:
25
,
last n
is
:
16
Offset
list
item count:
33
,
last n
is
:
24
Offset
list
item count:
41
,
last n
is
:
32
sdafasdfa FUCk
Show paste
def
make_offset_list
(
offset_list
,
n
,
template
)
:
add_offsets
=
template
for
o
in
add_offsets:
offset_list.
append
(
o
)
break?
Show paste
colours_to_filter
=
[
]
for
coltype
in
allowed_colour_types:
if
coltype
==
'ALL'
:
for
n
in
range
(
0
,
215
)
:
colours_to_filter.
append
(
n
)
Paste #p3rl9ovhi
Show paste
Index: src/core/endian_func.hpp
===================================================================
--- src/core/endian_func.hpp (revision 27893)
+++ src/core/endian_func.hpp (working copy)
@@ -40,6 +40,9 @@
nuts road crossing
Show paste
graphics
{
track_overlay
:
canalrails_overlays;
underlay
:
canalrails_underlays;
tunnels
:
tunnels_switch;
bridge_surfaces
:
bridge_overlay_switch;
sdf
Show paste
def
combineResults
(
args
,
thread_count
,
palette_data
)
:
thread_id
=
args
[
0
]
combine_input_image
=
args
[
1
]
x_start
=
args
[
2
]
x_end
=
args
[
3
]
Paste #plisdmpum
Show paste
In file included from /Users/andy2/workspace/openttd-jj-last/src/ai/ai_instance.cpp:16:
In file included from /Users/andy2/workspace/openttd-jj-last/src/ai/../script/squirrel_class.hpp:15:
In file included from /Users/andy2/workspace/openttd-jj-last/src/ai/../script/squirrel_helper.hpp:18:
In file included from /Users/andy2/workspace/openttd-jj-last/src/ai/../script/../string_func.h:31:
/Users/andy2/workspace/openttd-jj-last/src/ai/../core/bitmath_func.hpp:107:15: error:
Paste #p4cozrseg
Show paste
grf {
grfid: "MK\01\01";
name: string(STR_GRF_NAME);
desc: string(STR_GRF_DESC);
Wolf01
Show paste
NWidget
(
WWT_PANEL, COLOUR_RED
)
, SetPadding
(
10
,
10
,
10
,
10
)
,
NWidget
(
WWT_PANEL, COLOUR_GREY
)
, SetMinimalSize
(
200
,
100
)
,
NWidget
(
WWT_CAPTION, COLOUR_GREEN
)
,
EndContainer
(
)
,
EndContainer
(
)
,
nuts
Show paste
template
overlay
(
)
{
[
0
,
0
,
64
,
31
,
-
31
,
0
]
[
65
,
0
,
64
,
31
,
-
31
,
0
]
[
130
,
0
,
64
,
31
,
-
31
,
0
]
«
1
2
...
49
50
51
52
53
54
55
...
133
134
»