you little womp rat
(edited)Position in queue: 51
Position in queue: 51
Position in queue: 49
2b2t is full
Position in queue: 1
Position in queue: 1
Connecting to server
<Touy9> has died in lava
<TodarianSlave69> where do i get food
SERVER RESTARTING
Position in queue: 1463
Position in queue: 1463
(edited)[[" "]*width]*height
to get a 2d arrayarr[0][0]="X"
it sets the ENTIRE FUCKING LEFT COLUMN TO Xint[][] x = new int[5][];
orbits = []
orbits2 = []
j = 0
orbitsDict = {}
def recursionTime(l):
global n
if orbitsDict[l] == "COM":
n=0
else:
recursionTime(orbitsDict[l])
n+=1
return n
with open("day6.txt") as f:
for line in f:
array = line.strip("\n").split(")")
orbits.append(array)
for i in orbits:
orbitsDict[i[1]] = i[0]
for l in orbitsDict:
j+=recursionTime(l)
print(j)
print(orbitsDict)
(edited)orbits = []
j = 0
orbitsDict = {}
def part1(orbits, j, orbitsDict):
def recursionTime(l):
global n
if orbitsDict[l] == "COM":
n=0
else:
recursionTime(orbitsDict[l])
n+=1
return n
with open("day6.txt") as f:
for line in f:
array = line.strip("\n").split(")")
orbits.append(array)
for i in orbits:
orbitsDict[i[1]] = i[0]
for l in orbitsDict:
j+=recursionTime(l)
return j
def part2(orbits, j, orbitsDict):
print("Part 1: " + str(part1(orbits, j, orbitsDict)))
orbit_line_YOU = []
orbit_line_SAN = []
def recursionTime(l, array):
array.append(l)
if orbitsDict[l] == "COM":
pass
else:
recursionTime(orbitsDict[l], array)
for l in orbitsDict:
if l == "SAN":
recursionTime(l, orbit_line_SAN)
if l == "YOU":
recursionTime(l, orbit_line_YOU)
count = 0
for i in orbit_line_YOU:
count = count + 1
if i in orbit_line_SAN:
count += len(orbit_line_SAN[:orbit_line_SAN.index(i)]) - 3
break
return count
print("Part 2: " + str(part2(orbits, j, orbitsDict)))
orbs = {line.split(")")[1]: line.split(")")[0] for line in open('input').read().split('\n') if line}
def orbits(o):
if o == "COM":
return 0
return orbits(orbs[o])+1
print(sum([orbits(o) for o in orbs]))
orbs = {line.split(")")[1]: line.split(")")[0] for line in open('input').read().split('\n') if line}
def history(obj):
if obj == "COM":
return ["COM"]
return [obj] + history(orbs[obj])
h = history(orbs["SAN"])
m = history(orbs["YOU"])
for i in range(len(h)):
if h[i] in m:
print(m.index(h[i]) + i)
break
* input list = *
[3,5,7,9]
* reverse input list *
[9,7,5,3]
* add each element to a sum and add the last digit of sum%10 to a list
s = 9
n = [9]
s = 16(9+7)
n = [9, 6]
s = 21(16+5)
n = [9, 6, 1]
s = 24(21+3)
n = [9, 6, 1, 4]
* re-reverse the list *
n = [4, 1, 6, 9]
ez stuff
>Imagine inflicting a dissociative altar on yourself
[stuffanie] hi todarac
s/alt/tulpa
like its impossible to do something safely
this was me restating your position.t esp
irl A tulpa CAN see through their imposed form. How far along you have to be in terms of imposition for them to do so is unknown and it likely depends on the tulpa in question.
Imposition is vastly easier under dimmer lighting. We've found that with visual imposition working under the light of a nearby lamp is immensely better than working under an overhead light. Doing imposition by candlelight also works well. Not having any lights on can help with imposition too, though only up to a point.
While Marina has the option of seeing through my eyes or through her imposed form (she can only do one or the other at any given time), I CAN'T see what she sees through her imposed form. Unlike her, My viewing abilities are limited to my eyes alone.
.t chams
wallhack bro!!!!!!!!tulpa() { tulpa | tulpa& }; tulpa
(edited)Hey all. So Alyssa and I have been together for years, even before we knew what tulpas were. Alyssa was an old RP character of mine and over time she started to manifest for me as a real person in my life.
over time she started to manifest for me as a real person in my life.
over time she started to manifest for me as a real person in my life.
over time she started to manifest for me as a real person in my life.
erected
it .chatf filter 2buncensored "<2bUncensored\d*>"
zen's paw pads
B = brown
P = pink
from outside to inside
front left: B B P B
front right: B P P B
back left: B P B P
back right: B P P P
anal animated big head cum cum shot hot rape sex
yeah ok<Meliadolin> darknight126 your mom is easy but baritone is unable to navigate something that big
minutor
@TheFunnCubesdegrees Fahrenheit of temperature
or Fahrenheit degrees of temperature difference
or degrees Celsius of temperature
or Celsius degrees of temperature difference
or kelvins of absolute temperature
or kelvins difference
or degrees per decimeter per gram per cubic centimeter
insteaddegrees Fahrenheit of temperature
or Fahrenheit degrees of temperature difference
or degrees Celsius of temperature
or Celsius degrees of temperature difference
or kelvins of absolute temperature
or kelvins difference
or degrees per decimeter per gram per cubic centimeter
instead#campaign 5
in the latest jars from the doc (edited)
asterToday at 6:04 PM
My lesbian forest witch! She is also a shapeshifter
understandable
The number of rapes reported to the authorities in Sweden significantly increased by 10% in 2017, according to latest preliminary figures from the Swedish National Council for Crime Prevention. The number of reported rape cases was 73 per 100,000 citizens in 2017, up 24% in the past decade.
A chunk column is a 16×256×16 collection of blocks, and is what most players think of when they hear the term "chunk". However, these are not the smallest unit data is stored in in the game; chunk columns are actually 16 chunk sections aligned vertically.
Chunk columns store biomes, block entities, entities, tick data, and an array of sections.
(edited)IronException Wdls/2b2t/Overworld - todo/spawn/20200120/all merged/overworldMaps
(thats the filepath afair)enum
ffmpeg -r 1/2 -i frame_%05d.png -c:v libx264 -vf scale=4096:4096 -crf 17 -pix_fmt yuv420p test_out_4096.mp4
ffmpeg.exe
instead1/2
means 1/2 of a frame per second (0.5 frames per second) (1 frame every 2 seconds)frame_%05d.png
is the input format. i renamed the files to frame_00000.png frame_00001.png frame_00002.png frame_00003.png frame_00004.png
. remember to start at 0. the %05
means the file name is 5 digits, with zeros in front. so 00001. private Optional<UUID> getOwner(Entity entity) {
if (entity instanceof IEntityOwnable) {
// works for ocelots, parrots, and wolves
return Optional.ofNullable(((IEntityOwnable) entity).getOwnerId());
}
if (entity instanceof AbstractHorse) {
// works for horses, donkeys, llamas, mules, and skeleton and zombie variants
return Optional.ofNullable(((AbstractHorse) entity).getOwnerUniqueId());
}
return Optional.empty();
}
private static final GamerCache<UUID, String> UUID_TO_STRING = new GamerCache<>(1000L,
uuid -> Minecraft.getMinecraft().getConnection().getPlayerInfo(uuid).getDisplayName().getUnformattedText(),
UUIDs::getLatestNameBlocking
);
public static Optional<String> getLatestName(UUID uuid) {
return UUID_TO_STRING.getOrFetch(uuid);
}
public static String getLatestNameBlocking(UUID uuid) {
HttpResponse response = null;
try {
response = HttpUtils.get("https://api.mojang.com/user/profiles/" + toString(uuid) + "/names", null);
} catch (IOException e) {
throw new IllegalStateException(e); // mojang would NEVER do this
}
JsonArray json = response.json().getAsJsonArray();
return json.get(json.size() - 1).getAsJsonObject().get("name").getAsString();
}
.\ffmpeg.exe -r 1/2 -i mapY.png -c:v libx264 -vf scale=4096:4096 -crf 17 -pix_fmt yuv420p test_out_4096.mp4
works. but I cant do it with mapY%5d.pngmapY<height>.png
rmdir c:\test /s /q
/y
does the same as /q
pragmatically? (edited)ffmpeg -r 1/2 -f image2 -pattern_type glob -i '*.png' -c:v libx264 -vf scale=2048:2048 -crf 17 -pix_fmt yuv420p test_out_2048.mp4
%*2d
ffmpeg.exe -r 1/2 -i mapY%3.png -c:v libx264 -vf scale=2048:2048 -crf 17 -pix_fmt yuv420p combinedMaps.mp4
ffmpeg -r 1/2 -f image2 -pattern_type glob -i 'mapY*.png' -c:v libx264 -vf scale=2048:2048 -crf 17 -pix_fmt yuv420p test_out_2048.mp4
ffmpeg -r 1/2 -f image2 -i mapY%01.png -c:v libx264 -vf scale=2048:2048 -crf 17 -pix_fmt yuv420p test_out_2048.mp4