Message Turncoat in a DM to get moderator attention

Users Online(? lurkers):
9 posts

Actually useful games, apps, and programs


Posts: 442

If you ever need to learn a langauge, use this. My buddy learned a semester's worth of swedish in a week, and I did the same with german, respectively. It's easy and simple, and it'll even help you if you're already taking a class, or just need to brush up when you're travelling back home

 

https://www.duolingo.com

Posts: 442
Actually useful games, apps, and programs

If it's useful or handy, post it here. This thread is mainly geared towards digital items, but other items of interest are welcome too. Whether it's for productivity or education, if you think it can help someone, post it here

 

Edit: Links and at least a short description are preferred for clarity. Thanks

Posts: 442
Actually useful games, apps, and programs

http://swfchan.com/33/162609/?social_interaction_trainer.swf

 

You already know if this will be useful to you. I think the link speaks for itself

Posts: 3246
Actually useful games, apps, and programs

I've found Shazam to be useful.

Posts: 192
Actually useful games, apps, and programs
#!/bin/sh
# perform a search on youtube and return the best result (title + link)

usage() {
    echo "`basename $0` [-htu] [-n <num>] <query>"

    test -z "$1" && return

    cat <<EOF
        -h : display this help
        -t : output titles only (default 'title - uri')
        -u : output uris only
        -n : print only <num> results (default: 3)
EOF
}

num_results=3
regex='^.*<a href="\(/watch[^"]*\)"[^>]*>\([^<]*\)</a>.*$'
output='\2 \| https://youtube.com\1'

while getopts "hn:tu" OPT; do
    case  $OPT in
        h) usage long; exit 0;;
        n) num_results=$OPTARG;;
        t) output='\2';;
        u) output='https://youtube.com\1';;
        *) usage; exit 1;;
    esac
done

shift $((OPTIND - 1))

query=$(echo $@ | tr ' ' '+')
url="https://www.youtube.com/results?search_query=${query}"
curl -s "$url" | sed -n "s,$regex,$output,p" | sed ${num_results}q
Posts: 2216
Actually useful games, apps, and programs

Camera App - I don't know how many times this one's be there for me, I recommend this it's really handy !

Voice Recorder - With this app employed 24/7, it'll make you immune to false allegations from those crazies who call the police of you over nothing. Good for stuff.

Music - So many of these to choose from, but this one's called Music, and it plays mp3's. Like the other useful apps, it came installed and ready to rip.

Clock - It's calibrated to an atomic clock through the networks for razor sharp accuracy, the clock app however can do the alarm clock, world clock, stopwatch, and timer thing.

Flash Light - Dropped something in the bushes in the middle of the night and need a flashlight ? If your phone is good enough, it has an LED built in, and you still had to download the damn app to use it like this.

facebook app - Not as useful, but you're using it anyway.

Whatsapp - Not everyone uses this, and maybe not everyone will. But for the rest of us who do, we enjoy internet based long distance phone calls. You use prepaid long distance services, or you just make the call and get the stupid bill. Me, I just use whatsapp.

RealCalc Scientific Calculator - Cause life will at times slap you with a bunch of numbers and using a calculator is better than a pencil and paper. This app turns your mobile device into one of those expensive scientific calculators for free.

UTorrent app - Thou shall share music movies and software such as.apk files.

 

Easy.

 

 

 

 

 

 

Posts: 420
Actually useful games, apps, and programs

This app:

http://www.e2uapp.us/index.php?action=jump&id=32

It's 99 cents and can download a host of different files types. Has a built in browser w/ integrated VPN support. I'm using it to visit this site right now, and I'm downloading music and manga at the same time. Also has integrated players/viewers for video/audio/image/text. It is an old app, has saved me well over $1k.

Posts: 5426
Actually useful games, apps, and programs

WhatsApp, Waze, Shazam, SkyScanner, apps that make you carry less shit like wallet apps (Key Ring). Heard GymPact is useful to some since it brings money motivation for gym work haha

By the way, I also have some TOR apps to use for SC. They used to work on SC1 but don't work on SC2. They load a black page. Not sure why.

Posts: 420
Actually useful games, apps, and programs

Also a CAD app called OnShape, it's like a full fledged CAD program, but for mobile, and I shit you not it really works.

9 posts
This site contains NSFW material. To view and use this site, you must be 18+ years of age.