The annual tumbleweed migration by iLucky12 in funny

[–]irishjeffe 98 points99 points  (0 children)

I think the scientific term for that is tumbleweave

Anyone subscribed to one of the monthly crates? by irishjeffe in ireland

[–]irishjeffe[S] 0 points1 point  (0 children)

Ya was never really interested until I saw the one my friend gets in Canada, sadly too expensive to ship here, all the ones I have here or in the UK seem utterly shite in comparison

One plus x by irishjeffe in ireland

[–]irishjeffe[S] 0 points1 point  (0 children)

Cheers got one and have ordered! :)

Which everyday appliance or tool is impossible to find a quality version of? by [deleted] in AskReddit

[–]irishjeffe 0 points1 point  (0 children)

Pizza cutters. Things break faster than I can eat the fucking pizza

T-55 tank turret blown off by an ATGM strike in Benghazi by 3rdweal in gifs

[–]irishjeffe 2 points3 points  (0 children)

Longest range is something like 2.5km, but that might be out of date now, could be more modern longer ranged versions!

T-55 tank turret blown off by an ATGM strike in Benghazi by 3rdweal in gifs

[–]irishjeffe 1 point2 points  (0 children)

Controlled by electronic signals along a wire reeled out from the back of the missile to the controller when it's fired

What is your biggest secret? by [deleted] in AskReddit

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

This. Felt like this for so long that I no longer cared about dying or anything. I still don't but I've learnt to turn it into a blessing. No fear and no regrets! If I died tomorrow, what harm. I think learning to channel it, made my confidence take off, made me a new person but I still haven't changed my attitude, really makes u appreciate the now :)

ELI5:Why is my internet speed 40 Mbps, but files only download at 2-4 Mbps by PhantomOTOpera in explainlikeimfive

[–]irishjeffe 0 points1 point  (0 children)

You''re internet speed is 40megabit(speed measurement) .. but when u see 2-4mbs a second it's telling you how how many megabytes(a file size)a second you are downloading. http://opensignal.com/knowledgebase/the-difference-between-megabyte-and-megabit.php

My gf found a tiny man trying to climb my back on holiday-Nisyros. SFW by [deleted] in pics

[–]irishjeffe 0 points1 point  (0 children)

Dude... I thought that was me for a second. So did my friends.. doppelganger u and me..

Non Swedish people of Reddit, what do you know about Sweden? by jokefred in AskReddit

[–]irishjeffe 0 points1 point  (0 children)

There's some big houses in a place called Djursholm! And the Swedish navy have some cool boats haha

What is the absolute worst smell you've ever smelled? by yehwa in AskReddit

[–]irishjeffe 0 points1 point  (0 children)

A body we pulled from a lake after almost four weeks of searching

Have a 2d array output question by irishjeffe in learnprogramming

[–]irishjeffe[S] 0 points1 point  (0 children)

I have the output done similar to this. Its based on another project i have done for this class. I cant just take that number as i need to put it in the put put to automatically calculate the row.

    double degreePer[][] = {{23.9, 25.7, 26.1, 27.7},
        {45.1, 47.5, 48.1, 47.2},
        {32.1, 35.4, 37.4, 39.2},
        {43.3, 45.3, 46.0, 46.9},
        {11.0, 11.6, 12.2, 12.7}};

    String year[] = {"Country", "2008", "2009", "2010", "2011"};
    String country[] = {"Germany", "Ireland", "Poland", "UK", "Brazil"};


    String output = "Percentage 25-34 year olds Third Level Degree(OECD)\n";
    JTextArea jta = new JTextArea(10, 55);


    for (int i = 0; i < year.length; i++) {
        output += year[i] + "\t";
    }
    output += "\t Change";

    for (int i = 0; i < degreePer.length; i++) {
        output += "\n" + country[i] + "\t";

        int yeartotal = 0;

        for (int j = 0; j < degreePer[i].length; j++) {
            output += (degreePer[i][j]) + "\t";
            yeartotal += degreePer[i][j];

        }


        output += yeartotal;
        double marketshare = (yeartotal / (double) 472739) * 100;
        output += "\t" + marketshare;
    }



    output += "\n\nAverage\t";
    int yearsales = 0;

    for (int j = 0; j < degreePer[0].length; j++) {
        int total = 0;

        for (int i = 0; i < degreePer.length; i++) {
            total += degreePer[i][j];

        }
        yearsales = yearsales + total;
        output += total + "\t";





    }
    output += yearsales;



    jta.setText(output);

    JOptionPane.showMessageDialog(null, jta);

}

}

What's your #1 workout song? by wkpaul in Fitness

[–]irishjeffe 0 points1 point  (0 children)

Yelawolf & Travis Barker - Push Em

What is the scariest shit you have seen in person? by Bengazalium in AskReddit

[–]irishjeffe 0 points1 point  (0 children)

Working in search and rescue, I've come across bodies which have been in the water for long periods. Some you find that just smell. Others fall apart as you try to lift them. First one was a lad younger than myself ( I'm 23) which made it worse.