[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Archived threads in /wsr/ - Worksafe Requests - 1173. page

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

File: vlcsnap-2016-07-19.png (79KB, 480x270px) Image search: [Google]
vlcsnap-2016-07-19.png
79KB, 480x270px
Looking for a translation/translator of this short video.

http://www.liveleak.com/view?i=e14_1468940071

thanks in advance
2 posts and 1 images submitted.
>>
im a soldier of IS and im beginning a holy mission in germany.

The times are over when you came into our countrys and killed our wifes and children, no questions asked. If its gods will, every street, village, city and airport will be attacked.
...

File: Welcome Scan.jpg (504KB, 1024x768px) Image search: [Google]
Welcome Scan.jpg
504KB, 1024x768px
What is printed by the code fragment below?

Rectangle r = new Rectangle(10, 10);

int n = 4;

shrink(r);

shrink(n );

System.out.print(r.getWidth() + "" + r.getHeight() + "" + n);
public void shrink(Rectangle rec) {

int newWidth = (int) rec.getWidth()/2;

int newHeight = (int) rec.getHeight()/2;

rec.setSize(newWidth, newHeight);

}
public void shrink(int num) {

num = num / 2;

}
2 posts and 1 images submitted.
>>
>>158709
552 without spaces.

File: 70980314.jpg (37KB, 269x270px) Image search: [Google]
70980314.jpg
37KB, 269x270px
Is there a way to convert MP4 videos to WEBM on an Android phone?
1 posts and 1 images submitted.
No replies in the DB for this post!

File: icom_ic-f4002_face.png (229KB, 488x634px) Image search: [Google]
icom_ic-f4002_face.png
229KB, 488x634px
What are the default, pre-programmed frequencies for the Icom IC-F4002's channels?

Have tried googling with all terms I could think of, to no avail. Need to get a non-Icom handheld to communicate with my workplace's old handhelds.

A million thanks if anyone is able to help!
2 posts and 1 images submitted.
>>
>>158702
Even the service manual, which covers all technical aspects of the radio, doesn't say.

The most likely answer is they're all arbitrary and different from one radio to the next or not programmed at all. The manufacturer certainly doesn't want people to buy them and just use them on preprogrammed frequencies unlawfully.

But if that's what you want to do you're gonna need a Baofeng UV5 so something of that nature. It's illegal but it'll work.

File: Mercy.(Overwatch).full.2003883.jpg (447KB, 1000x1000px) Image search: [Google]
Mercy.(Overwatch).full.2003883.jpg
447KB, 1000x1000px
I keep seeing Mercy images from Overwatch with this specific set of text.
Apparently from what I know it is
앙 메르띠
but google translate turns it into En Mer Band which makes no sense to me. Please help
2 posts and 1 images submitted.
>>
Could be german-ish for "one more bandage".

Except written in starcraft runes.

Can someone make a redraw of this picture, plz?
5 posts and 1 images submitted.
>>
Didn't someone already give you a re-draw of this?
>>
>>152226
>>
No :/

File: gcl-screenshot-1.jpg (222KB, 800x600px) Image search: [Google]
gcl-screenshot-1.jpg
222KB, 800x600px
Hi /wsr/ im looking for a flash game. It's a tower defense game, very simple and the textures of the ground are (possibly) real life images. It's a game where you had to defend against water. You built towers that made the flowing water towards you disappear. Sadly i dont really know anything, and i cant really remember correctly, i played it when i was younger, it was around 2007-2009, but again, im not really sure.

>image slightly related. its gemcraft, but its pretty similar to the one im looking for.
3 posts and 1 images submitted.
>>
defending against a liquid with towers - i only know of Creeper World in that vein (the series did start out with flash games as far as i remember)
>>
>>158677
yesss!!! thats it, thank you!

File: ArcticCat snow.png (2MB, 2240x1260px) Image search: [Google]
ArcticCat snow.png
2MB, 2240x1260px
Person in /o/ wants the link this to racing video?
3 posts and 1 images submitted.
>>
https://www.youtube.com/watch?v=PDwE6WgM8MU
LOL, it's a good one. Snowmobile beats a muscle car
>>
KEK Thank you.

File: messi lloran3.jpg (61KB, 770x450px) Image search: [Google]
messi lloran3.jpg
61KB, 770x450px
Hey guys, i'm wondering if there's a way to update my Samsung Grand Neo (GT-I9060L) to android 4.4

Ty guys
2 posts and 1 images submitted.
>>
TY GUYS

File: WAHH.png (373KB, 507x534px) Image search: [Google]
WAHH.png
373KB, 507x534px
Looking for a song from an adult swim bump. The bump featured the text "12 ounces of solid gold" played in by the song (the bump was advertising 12 oz mouse). The song was also featured on season 25 episode 1 of the real world. It features no lyrics and sounds like a Jazz song.
3 posts and 1 images submitted.
>>
where can i take a peek at it???
>>
>>158640
I didn't find it but here, this seems relevant.
http://www.bumpworthy.com/
Looks like they have a forum you can ask in..?
http://www.bumpworthy.com/forum/
Probably more helpful than here.

I'm looking for a way to automate backing up certain files on my computer. I thought about scripting a batch file but that's too much effort as many lie in different places.
4 posts and 1 images submitted.
>>
>>158636
>certain files
Certain files of what?
There are ways to copy all files that follow a certain pattern in the name/extension, if they share nothing in common or are in the same folder all you can do is copy them manually on another drive and go from there
>>
>>158685
Such as excel files, word documents, .txt etc.
And as I said I'm looking for a way to automate this process
>>
>>159068
for /R c:\source %%f in (*.xml) do copy %%f x:\destination\

-c:\source is the parent directory that hopefully contains all the files you want to copy somewhere in the subdirectories
-(*.xml) is the excel file extension, substitute with .txt for text files, .webm for webms ecc ecc
-x:\destination\ is where you want to copy all that shit

If you want multiple files in one go just paste them of several lines with one extension per line copied and slap that shit in a .bat file

Can someone replace the white background with green please? Thanks - OP
2 posts and 2 images submitted.
>>
File: 1468949578661.jpg (93KB, 710x240px) Image search: [Google]
1468949578661.jpg
93KB, 710x240px

File: house near a lake.jpg (205KB, 625x416px) Image search: [Google]
house near a lake.jpg
205KB, 625x416px
not sure if this is where I should ask this, but holy fuck nyaa is empty. what other websites are there were I can download all the manga I want?
2 posts and 1 images submitted.
>>
madokami

File: fe43c8f1cbba064b937df9fde7ebc1cd.jpg (100KB, 730x1000px) Image search: [Google]
fe43c8f1cbba064b937df9fde7ebc1cd.jpg
100KB, 730x1000px
found these two images and would like to know their artist and/or super high res versions. Reverse image search hasn't been very helpful.
5 posts and 4 images submitted.
>>
File: d46.jpg (264KB, 920x635px) Image search: [Google]
d46.jpg
264KB, 920x635px
>>158622
>>
>related
http://karasuki.tumblr.com/post/120215268981
>>

File: received_1015472265191858.jpg (5KB, 367x137px) Image search: [Google]
received_1015472265191858.jpg
5KB, 367x137px
Do I need to book an appointment to get the frame of my glasses to be repaired, or to buy a new glasses frame.
Also how long does it take to get my new frame?
I tried looking for the answers online but they're really obscure like...
>varies depending on prescription
If in any way this helps, I'm short sighted.
4 posts and 1 images submitted.
>>
>>158612
You won't need an appointment for most optometrists. Just walk in and tell them what you need. If you feel like you need your eyes tested ask them for that, if not you can just give them your current glasses and ask for new frames with the same prescription.

Source: lifetime of wearing glasses
>>
>>158639
How long will it take until I can pick up my new glasses? I'm leaving on the 28th so the 27th is the latest I can get them.
>>
>>158662
not that anon but 7-10 days in my experience. might be less depending how big is the place and how often they ship from the factory that makes the parts

Pages: [First page] [Previous page] [1163] [1164] [1165] [1166] [1167] [1168] [1169] [1170] [1171] [1172] [1173] [1174] [1175] [1176] [1177] [1178] [1179] [1180] [1181] [1182] [1183] [Next page] [Last page]

[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.