[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 - 661. 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: 1488920897303.jpg (29KB, 377x282px)
1488920897303.jpg
29KB, 377x282px
This site lets you borrow books online to read. Here is the about page that is explaining the process but I'm having a hard time understanding this line https://openlibrary.org/borrow/about

>Each title can be borrowed by one patron at once

Does this mean if one person borrows a book, no one else can borrow it until that person returns it?
6 posts and 1 images submitted.
>>
>>290457
http://www.dictionary.com/browse/immediately
>>
>>290478
What?
>>
>>290457
>Does this mean if one person borrows a book, no one else can borrow it until that person returns it?

Obviously.

File: 111967l.jpg (42KB, 320x450px) Image search: [Google]
111967l.jpg
42KB, 320x450px
Is there anything like Sora no Shita Yane no Naka?

Something maybe about being a neet, looking for a job, life after highschool or whatever in related topics.

I'm also interested in reading a manga about studying for tests or going to college/university.
8 posts and 1 images submitted.
>>
Bump?
>>
>I'm also interested in reading a manga about studying for tests or going to college/university.
Chocolate Mustard
>>
Bump.

>>290442
Thanks, I finished reading the first part and I'm enjoying it.

File: shirobako.jpg (82KB, 640x360px) Image search: [Google]
shirobako.jpg
82KB, 640x360px
Is there any anime as wholesome/motivating as Shirobako? Over the last few months, I've been watching an episode when I needed a kick of motivation to be productive, but I've almost finished it now.
8 posts and 2 images submitted.
>>
>>290392
Love Live! School Idol Project
>>
>>290392

Fune wo Amu
Tonkatsu DJ Agetarou
Amagi Brilliant Park
Gatchaman Crowds
Ping Pong the Animation
Tatami Galaxy
Nasu: Summer in Andalusia
Steam Boy

I don't know if any of those are what you want, but hopefully they are and you enjoy them.
>>
>>290416
Thanks. Any particular details that stand out about any of those? Tatami Galaxy and Ping Pong have been in my backlog for a while, so I'll have to prioritize them.

File: 1484975386047.jpg (2MB, 2912x4030px) Image search: [Google]
1484975386047.jpg
2MB, 2912x4030px
//This is the first of two if/else functions I've got in Javascript. After the function returns a value, I want to pass it to a third function further below:

function calcCostBox() {
if(random >= 1 && random<= 5) {
return lowPoundPricing;
var x = lowPoundPricing;
}
else if(random >= 6 && random <= 9) {
return midPoundPricing;
var x = midPoundPricing;
}
else if(random == 10) {
return highPoundPricing;
var x = highPoundPricing;
}
}

//So here is another if/else function:

function calcShipCost() {
if(random >= 1 && random <= 5) {
return lowShipCost;
var y = lowShipCost;
}
else if(random >= 6 && random <= 9) {
return midShipCost;
var y = midShipCost;
}
else if(random == 10) {
return highShipCost;
va y = highShipCost;
}
}

//This is where I want to pass returned values from the previous functions, but it's giving me "undefined," "NaN," or simply nothing. I have tried different things in this spot:

function totalCost(x???, y???) {
totalCost = calcCostBox + calcShipCost;
return totalCost;
}
8 posts and 2 images submitted.
>>
>>290294

Well, I have gotten further on this, but I'm getting a NaN error...

function calcCostBox() {
if(randomPounds >= 1 && randomPounds <= 5) {
var pretotal1 = lowPoundPricing;
return parseInt(pretotal1);
}
else if(randomPounds >= 6 && randomPounds <= 9) {
var pretotal1 = midPoundPricing;
return parseInt(pretotal1);
}
else if(randomPounds == 10) {
var pretotal1 = highPoundPricing;
return parseInt(pretotal1);
}
}

function calcShipCost() {
if(randomPounds >= 1 && randomPounds <= 3) {
var pretotal2 = lowShipCost;
return parseInt(pretotal2);
}
else if(randomPounds >= 4 && randomPounds <= 7) {
var pretotal2 = midShipCost;
return parseInt(pretotal2);
}
else if(randomPounds >= 8 && randomPounds <= 9) {
var pretotal2 = highShipCost;
return parseInt(pretotal2);
}
else if(randomPounds == 10) {
var pretotal2 = topShipCost;
return parseInt(pretotal2);
}
}

function totalCost(pretotal1, pretotal2) {
var fulltotal = parseFloat(pretotal1) + parseFloat(pretotal2);
return parseInt(fulltotal);
}
>>
I don't know javascript, but since you're on page 2 I'll guess

>return lowPoundPricing;
>var x = lowPoundPricing;
If it returns, how will it make it to assigning x?
Where is x even used?
The first functions take no arguments?

If it were C or Java Im guessing you want something like:
function calcCostBox(volume) {
//if/else return stuff
}
function calcShipCost(weight) {
//if/else return stuff
}

function totalCost(volume, weight) {
var totalCost = calcCostBox(volume) + calcShipCost(weight);
return totalCost;
}
>>
>>290329
disregard, didn't refresh

Where is randomPounds declared?

File: adorable pepe.jpg (126KB, 604x516px) Image search: [Google]
adorable pepe.jpg
126KB, 604x516px
I need adorable retarded pepes, please!
8 posts and 3 images submitted.
>>
>>>/pol

Lots of users there.
>>
bump for op lol
>>
>>290277
>retarded pepes
They're called apu apustaja and they're the best thing to come out of finland since spurdo

File: 1490383209673.png (272KB, 480x542px)
1490383209673.png
272KB, 480x542px
I enjoyed the Non Non Biyori anime, is the manga worth a read? It seems a bit long, but if it's good, I wouldn't mind.

Also, does anyone know anything about Atto, the writer of the NNB manga? I can't find much information floating around about him/her.
5 posts and 1 images submitted.
>>
The manga is fine. Updates slowly, because its chapters are released in a monthly magazine.
If you want to know more about the writer that you haven't found out on google, wikipedia, Anime News Network or My Anime List, you'll probably be out of luck.
>>
>>290738
But by "fine", do you mean mediocre, or pretty good?
>>
Searching the name in japanese (あっと) helps a lot, just turn on your in-built google translate if you can't understand anything.

From baka-updates, he seems to have a website only.
>Last updates was in 2014

File: fc.png (96KB, 836x530px)
fc.png
96KB, 836x530px
What did they mean by this?

I'm trying to install Antergos on my VM and after the installation seemed to be over, it gave me this error.

>Antergos Installer - Error
>[Errno 12] Cannot allocate memory
>Please reference the following number when reporting this error: 543060
6 posts and 3 images submitted.
>>
File: help.png (89KB, 777x804px) Image search: [Google]
help.png
89KB, 777x804px
VM data.
>>
>>290146
I suggest you do what it says.

If you wanted an OS where you could actually fix things, you should have picked one that didn't hide the scary details that would worry your little head.

Just tell them you've got a 543060, and they'll take care of you.
>>
>>290146
that video memory looks low, try bumping it up

File: 1491054761453.png (370KB, 723x1001px) Image search: [Google]
1491054761453.png
370KB, 723x1001px
What site has the best place to play chess online
9 posts and 3 images submitted.
>>
File: 1491110831636.jpg (105KB, 1000x1000px) Image search: [Google]
1491110831636.jpg
105KB, 1000x1000px
>>290079
I dunno, chess.com ?
I dont think chess changes much across any website you play it on...
>>
http://www.betterthanchess.com
for 3d chess within your browser or
lichess.org for mobile devices and pc also you can play multiple games simultaneously.
If you're going to play on lichess add me if you want :-). mah usr name is SQINK
>>
>>290103
Maybe he meant online with other players since most Americans don't even know how to

File: 1489770595125.png (261KB, 583x290px) Image search: [Google]
1489770595125.png
261KB, 583x290px
Can you guys post all your Kizuna Ai?
I'd love you forever if you did.
6 posts and 3 images submitted.
>>
File: 1463075752563.png (406KB, 453x768px) Image search: [Google]
1463075752563.png
406KB, 453x768px
>>
File: 1490811264474.png (1MB, 1920x1080px) Image search: [Google]
1490811264474.png
1MB, 1920x1080px
>>290042
>>
who is dis

File: 1480566346791.jpg (234KB, 1368x732px) Image search: [Google]
1480566346791.jpg
234KB, 1368x732px
Does windows 8.1 have data mining/telemetry? Is there a way to disable it?
7 posts and 1 images submitted.
>>
Of course it does, even Windows 7 has bullshit telemetry now due to the new updates.

Spybot Anti-Beacon was originally made for Windows 10 but has been updated to include 7, 8, and 8.1.
>>
There also was the aegis script tha manually removed some telemetry stuff from w8.1 but the site that hosted it disappeared
>>
>>289995
I recommend switching to linux or at least upgrading to windows 10, windows 10 has datamining but at least it isn't shit

File: 56090464_p0.jpg (515KB, 1080x1080px)
56090464_p0.jpg
515KB, 1080x1080px
Is there some kind of site where I can hire programmers, composers and graphics designers?

>Money/Funding is not an issue

I want to direct a game, the story writing, characters and theme will come from me.
6 posts and 1 images submitted.
>>
>>289939
>will come from me
better finish the master document first and make revitions before getting people. calculate budget for amount of people, dev time and dig into the tech involved, then hire artist for concept art. finally go for the programmer that are the real core of your team. or just make it yourself idea guy.
>>
>>289939
Fiverr dot com
>>
How much are you willing to spend?
Will it be sold?
If yes will the people making it also get a cut along side the guaranteed money?

File: avatar-015.png (159KB, 317x580px) Image search: [Google]
avatar-015.png
159KB, 317x580px
6 posts and 1 images submitted.
>>
upvote for interest
>>
Hmmm
>>
Black Flower by Hamao

I'm trying to get rid of the info box below Australia and the three in the bottom left but I keep butchering it. I can't get the water lines to look unchanged.
8 posts and 2 images submitted.
>>
>>289734
Please sirs and madams, assist me.
>>
>>289784
This is a slow board; wait at least 12 hours before bumping.

That's quite an involved shop job, OP. For example, where should the four lines leading into the the bottom-right side of the bottom-left boxes end up?
>>
i tried to do this but there is just too much going on in that map. dotted lines and stuff all over the place. no matter what you do, removing that info box is going to leave a gap where the water lines stop. i'd suggest finding a less cluttered map.

File: 1480119252210.jpg (77KB, 586x840px) Image search: [Google]
1480119252210.jpg
77KB, 586x840px
I want to develope and run my own chan/image board
What should I study to do this? I mean what web dev language and how do I become a webmaster
10 posts and 2 images submitted.
>>
File: 137430227490.gif (980KB, 300x217px)
137430227490.gif
980KB, 300x217px
>>
you download the software. you read the docs. you pay a hosting site to put the software on. you install the software. you test the boards. you make sure the security features are locked down.

you advertise the site. a couple of people turn up. most of them are assholes and you spend all your time cleaning up their messes. some of them try to break into the admin account and wreck things.

you run the site for three months before you run out of money.
>>
>>289896
Sounds sad but I still want to do it

File: static1.squarespace.com.jpg (86KB, 500x661px) Image search: [Google]
static1.squarespace.com.jpg
86KB, 500x661px
Anyone have download link for this?
2 posts and 1 images submitted.
>>
Bumpo

Pages: [First page] [Previous page] [651] [652] [653] [654] [655] [656] [657] [658] [659] [660] [661] [662] [663] [664] [665] [666] [667] [668] [669] [670] [671] [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.