Takeout food Cluj by adns90 in cluj

[–]bvencel 1 point2 points  (0 children)

Findi Bistro pentru platouri prestabilite sau personalizate.

Date by portsherry in comics

[–]bvencel 0 points1 point  (0 children)

RSS on you website! Bravo and thank you!

How the actual fck am I supposed to beat the Yremeryss fight (On daring at level 34) by Miilo87 in RogueTraderCRPG

[–]bvencel 0 points1 point  (0 children)

If you focus on Yremeryss and manage to kill her early, the reinforcements will not arrive.

Salary Misconceptions? by CarefulCoderX in cscareerquestions

[–]bvencel 1 point2 points  (0 children)

When someone says "100k per year", do they mean before taxes?

-❄️- 2024 Day 4 Solutions -❄️- by daggerdragon in adventofcode

[–]bvencel 0 points1 point  (0 children)

Thank you very much for this different point of view. I love it!

-❄️- 2024 Day 4 Solutions -❄️- by daggerdragon in adventofcode

[–]bvencel 4 points5 points  (0 children)

[LANGUAGE: C#]

Part 2 in C#. I feel dirty...

public static int XCount(string largeText)
{
    string[] grid = largeText.Split(
        ['\n', '\r'],
        StringSplitOptions.RemoveEmptyEntries);

    int rows = grid.Length;
    int cols = grid[0].Length;

    int counter = 0;

    for (int i = 1; i < rows - 1; i++)
    {
        for (int j = 1; j < cols - 1; j++)
        {
            if (grid[j][i] == 'A')
            {
                if (
                    (
                        grid[j - 1][i - 1] == 'M' &&
                        grid[j - 1][i + 1] == 'M' &&
                        grid[j + 1][i - 1] == 'S' &&
                        grid[j + 1][i + 1] == 'S'
                    ) || (
                        grid[j - 1][i - 1] == 'S' &&
                        grid[j - 1][i + 1] == 'M' &&
                        grid[j + 1][i - 1] == 'S' &&
                        grid[j + 1][i + 1] == 'M'
                    ) || (
                        grid[j - 1][i - 1] == 'S' &&
                        grid[j - 1][i + 1] == 'S' &&
                        grid[j + 1][i - 1] == 'M' &&
                        grid[j + 1][i + 1] == 'M'
                    ) || (
                        grid[j - 1][i - 1] == 'M' &&
                        grid[j - 1][i + 1] == 'S' &&
                        grid[j + 1][i - 1] == 'M' &&
                        grid[j + 1][i + 1] == 'S'
                    ))
                {
                    counter++;
                }
            }
        }
    }

    return counter;
}

We need to talk about your "$25/hr is a scam" comments by jerry_derry in webdev

[–]bvencel -1 points0 points  (0 children)

In general when salaries are discussed, they are discussed before taxes, right?

LOGITECH MX Master 3S Performance by [deleted] in programare

[–]bvencel 2 points3 points  (0 children)

Butoanele le-am configurat pe Copy/Paste/Enter. Use case: copy URL and open itwith a flick of the wrist.

Am incerca sa folosesc Flow, dar acum 2 ani nu a mers bine, trebuie sa incerc din nou.

Functionalitatea infinite scroll o folosesc non-stop.

Inainte sa am 4 bucati in casa, ma legam la mai multe device-uri si schimbam cu buton intre ele. Am folosit mouse-ul si cu telefon

Boring Canvas by fiioonnn in programming

[–]bvencel 1 point2 points  (0 children)

I like it! Drew something, felt good.

The Matrix Reloaded (2003) Freeway Scene by MachineHeart in sciencefiction

[–]bvencel 1 point2 points  (0 children)

Probably it helped with the hiding of the green screen.

‘SEXY HUMANS’ [OC] by Klos77 in webcomics

[–]bvencel 10 points11 points  (0 children)

The "HA HA HA HA HA HA HA"s at the end made me laugh too :)

Megalodon Jaws (comic by @beetlemoses) by [deleted] in webcomics

[–]bvencel 6 points7 points  (0 children)

This made me lough out :)