[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y / ] [Home]
4chanarchives logo

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


File: Bsh1cf3fcAA-dAD.jpg (2MB, 1920x1080px) Image search: [Google] [Yandex] [Bing]
Bsh1cf3fcAA-dAD.jpg
2MB, 1920x1080px
Is there anything like Deadendthrills for World of Warcraft or other MMOs?

My favorite part of MMOs are exploring their large worlds but I often don't get a chance to see everything.
2 posts and 1 images submitted.
>>
Especially since in a way MMO worlds are finite.

Most other games you can boot up whenever to capture screenshots but MMOs close their doors all the time and their worlds are lost (for the most part).

File: burned face girl.jpg (3MB, 1500x2991px) Image search: [Google] [Yandex] [Bing]
burned face girl.jpg
3MB, 1500x2991px
Requesting sauce on this girl? Is there an manga or something?
2 posts and 1 images submitted.
>>
>>41672
Karahara Shima
Danbooru shows she is an original character in a short manga.

File: image.jpg (68KB, 500x500px) Image search: [Google] [Yandex] [Bing]
image.jpg
68KB, 500x500px
The part from 2:50-3:45 is amazing, the vocals along with the mythical sound is my crack. Anyone have any other songs like this
2 posts and 1 images submitted.
>>
I don't like thefatrat, gamers music sounds childish to me.

But try this, more mature

Sound remedy moonlight

File: Hydrangeas.jpg (581KB, 1024x768px) Image search: [Google] [Yandex] [Bing]
Hydrangeas.jpg
581KB, 1024x768px
Hello /wsr/
I really need help.
Someone have a Kia Cerato here?
I need photos of this car with hit marks, but may not be photos taken from the Internet, I need original photos that google does not recognize.

If I don't get this pics today I'll be fired.
3 posts and 1 images submitted.
>>
>>41634
Why not just take a picture of your car and photoshop it?

Well, assuming that's the reason you need a photo
>>
>>41639
I don't have skill in photoshop.

Is my RAM a bottleneck? 4 sticks of 2GB.

Wondering if it's time to upgrade.
3 posts and 2 images submitted.
>>
File: process explorer.png (45KB, 771x514px) Image search: [Google] [Yandex] [Bing]
process explorer.png
45KB, 771x514px
>>41630
Run Process Explorer*
Play game
Finish game
Click yellow graph to see commit history

Commit Charge Peak > 8GB: you are thrashing, your programs don't even fit into memory, your lack of memory is seriously degrading your compute performance
Commit Charge Peak ~ 8GB: your programs fit into memory but have obliterated the disk cache. Reads and writes will be slow, because they have to go straight to the disk
Commit Charge Peak ~ 7GB: Memory sufficient, all good.
* https://technet.microsoft.com/en-us/sysinternals/processexplorer.aspx
>>
>>41646
Commit Charge Peak of 15GB. Yikes.

Got the answers I was looking for thanks to you. Cheers.

File: krampus.jpg (5KB, 299x168px) Image search: [Google] [Yandex] [Bing]
krampus.jpg
5KB, 299x168px
Been trying to find somewhere online to watch this new krampus film, if anyone could help you'd be making my evening
1 posts and 1 images submitted.
Does anyone have the full image?
3 posts and 2 images submitted.
>>
>>41571
>>
>>41602
Thank you.

File: 1433442237650.png (286KB, 625x800px) Image search: [Google] [Yandex] [Bing]
1433442237650.png
286KB, 625x800px
What anime should I watch this season?

So far I am watching:
Schwarzenmarken
Phantom world
Gyaruko-chan
Gundam
Bahamut
Kono Subarashii Sekai ni Shukufuku wo!
Dagashi Kashi

I want at least 3 more for my seasonly quota of 10 anime.
6 posts and 4 images submitted.
>>
File: zHbImWV-_400x400[1].png (171KB, 400x400px) Image search: [Google] [Yandex] [Bing]
zHbImWV-_400x400[1].png
171KB, 400x400px
>>41546
Here's what you should be watching, OP:

- Actually, objectively good
#Shouwa Genroku Rakugo Shinjuu

- Good as far as anime goes
#Boku Dake ga Inai Machi
#Bubuki Buranki
#Dimension W
#Haruchika: Haruta to Chika wa Seishun Suru
#Hai to Gensou no Grimgar
Kono Subarashii Sekai ni Shukufuku wo!
Phantom world

- Shorts
Oshiete! Gyaruko-chan
#Sushi Police
#Sekkou Boys
#Teekyuu

- Utter, irredeemable shit
!Schwarzenmarken
!Bahamut
!Dagashi Kashi

Shows marked with a # are shows you aren't watching but probably should be.
Shows marked with a ! are shows you aren watching but probably shouldn't be.
>>
Lupin III
Teekyuu
Rakugo
Haruchika
Osomatsu
>>
File: 1446396694774.jpg (18KB, 300x265px) Image search: [Google] [Yandex] [Bing]
1446396694774.jpg
18KB, 300x265px
>>41581
>>41557
Thank you for your suggestions.

File: sicario.jpg (27KB, 648x562px) Image search: [Google] [Yandex] [Bing]
sicario.jpg
27KB, 648x562px
the only torrent I found is dead. perhaps someone has the files and can upload them somewhere? or a torrent with seeds
3 posts and 1 images submitted.
>>
>>41533
http://rutracker.org/forum/viewtopic.php?t=5088072
>>
>>41580
much obliged

File: 1451282081009-1.jpg (69KB, 604x604px) Image search: [Google] [Yandex] [Bing]
1451282081009-1.jpg
69KB, 604x604px
What am I doing wrong?

***********************************************************
#include <iostream>

using namespace std;

int main()
{
float years = 1;
float goal = 50000;
float deposit = 3000;
float interest = ((years * deposit) * (4.2 / 100));
float balance = ((years * deposit) + interest);
while (goal > balance)
{
years++;
}
cout << "Your goal is reached after " << years << " years." << endl;
cout << "Your balance will be " << balance << " dollars.";
}

***************************************************************

I should end up with 13 years and 50513.15 dollars.
5 posts and 1 images submitted.
>>
>>41530
>***********************************************************
>#include <iostream>
>using namespace std;
>int main()
>{
>float years = 0;
>float goal = 50000;
>float deposit = 3000;
>float interest, balance;
>while (goal > balance)
>{
>years++;
>interest = ((years * deposit) * (4.2 / 100));
>balance = ((years * deposit) + interest);
>}
>cout << "Your goal is reached after " << years << " years." << endl;
>cout << "Your balance will be " << balance << " dollars.";
>}
>***************************************************************
>I should end up with 13 years and 50513.15 dollars.

Statements like "interest = ((years * deposit) * (4.2 / 100));" don't create a function that tell the compiler how to calculate the Left-Hand Side every time it's needed, they tell the compiler to evaluate the RHS once, and store that value in the LHS when that line is executed.

So if you want to do the calculation every time in the loop, you need the statement to be inside the loop body.

Also you're calculating compound interest wrong, but you asked about your code, not your algorithm.
>>
>>41539
Thank you so much!!
Though, what's wrong with the algorithm?
>>
>>41530
This would be how you calculate the interest correctly.
>===================

#include <iostream>

using namespace std;

int main()
{
int years = 0;
float balance = 0;

const float goal = 50000; // the program's not supposed to change these values, so mark them const
const float deposit = 3000; // this means that even a dumb compiler will inline them, saving memory
const float interest_rate = 1 + (4.2/100); // and will warn if we change them when we're not supposed to

while (balance <= goal) // constants on LHS is safer, sure, but RHS is congruent to English's "While the <whatever> is <whatever>" syntax
{
years += 1; //++ for when you're using the value in an expression, += for when you're not
balance += deposit;
balance *= interest_rate;
//cout << "It's year " << years << ", and you have a balance of" << balance << " dollars."<< endl;
}
cout << "Your goal is reached after " << years << " years." << endl;
cout << "Your balance will be " << balance << " dollars.";
}

File: Capture.jpg (17KB, 360x208px) Image search: [Google] [Yandex] [Bing]
Capture.jpg
17KB, 360x208px
So I've got a circuit exam tomorrow, and the only kind of exercises I'm having trouble solving are RL or RC circuits with an impulse source.

Pic is an example, where Rb=10kohms, r_pi=1kohms,g_m=0.1S, Rs=Re=Rl=1kOhms and Vs=δ(t). I need to fine the Vc(t) function of the voltage across the capacitor without using the laplace domain, and I'm drawing a blank
3 posts and 1 images submitted.
>>
>>41519

pls respond, I really need help with this stuff
>>
Try with /sci/, they might be able to help you out.

File: maxresdefault.jpg (260KB, 1280x720px) Image search: [Google] [Yandex] [Bing]
maxresdefault.jpg
260KB, 1280x720px
>Asking for tech support
Alright, I've tried quite a few things. I'm at my wits end here.

Built a brand new computer a few weeks ago. Tried some of the basic games right off the bat and it seemed to work OK but nothing amazing.

I went from a 560ti to a 980ti, so I expected a huge difference.
Problem is, some games aren't performing very well. For example Dragon's Dogma is running at ~30fps and I don't even have it maxed out. Other people with 600 series seem to be running the game with more FPS than me.

Help me here. What is going on? Thought my CPU may have been capped for some reason but I don't think that's the case. Tried reinstalling GPU drivers with a clean install, but nothing. Ran the heaven benchmark as well as 3Dmark and both seem to run fine with no issues. Vsync is disabled and I put it all on the lowest settings to see if it'd change anything and it still runs like shit.

What am I doing wrong?
8 posts and 5 images submitted.
>>
File: specs.png (32KB, 475x432px) Image search: [Google] [Yandex] [Bing]
specs.png
32KB, 475x432px
Even tried overlocking my CPU with the TPU switch on my board for shits and giggles.

Removed any monitoring or CPU/GPU software. Nothing has changed.

My specs:
MSI 980ti
Asus X-99 mobo
DDR4 ram at 2122mhz, 2 sticks of 8gb
i7 5930k
Corsair 1000w PSU
>>
Do you have the 3D mark results? The run details.
>>
File: 3dmark.png (126KB, 1358x917px) Image search: [Google] [Yandex] [Bing]
3dmark.png
126KB, 1358x917px
Also I'll install any monitoring or testing programs you want me to.

>>41515
This is on the 'high performance' 3Dmark firestrike.

File: eKMUi.png (9KB, 779x228px) Image search: [Google] [Yandex] [Bing]
eKMUi.png
9KB, 779x228px
I've been fooling around with logic lately because scrap mechanic and it got me back into little big planet two (for testing and such) and i was wondering if there was a way to simplify this logic set.

It seems to be the simplest way to take a momentary button press to toggle. I've looked into logic flip flops and tested and stuff in LBP2 but they dont seem to work

Am i missing something or is this really the best way? (Best as in least number of gates because more gates means more time in scrap mechanic)

Tl; dr is pic related max efficiency?
6 posts and 4 images submitted.
>>
File: image.jpg (50KB, 638x452px) Image search: [Google] [Yandex] [Bing]
image.jpg
50KB, 638x452px
>>41497
This is the traditional way to make a T-latch.
>>
>>41500
Obviously, if you want to drive it from a button, you hold T high (which you can do simply by replacing the three-input gates with two-input gates), then use the button to drive CLK.

You might need to debounce the button depending on how it's constructed.
>>
Sorry for being a bit thick but that's over my head. Could you maybe say it simpler? im turning to you because i can't figure out what Wikipedia and google in general is telling me...

So I just built my first computer, after many hours of tinkering, reading manuals and how to videos I finally got this bad boy up and running. However now i'm getting the error "Reboot and Select proper Boot Device". When I looked up this error it said I needed to change my HDD to the first prio in booting. Did it and still the same message. Does it matter that Everything is new? I know it sounds really stupid, but do I need to download windows on the HDD first to even get it running?
2 posts and 1 images submitted.
>>
>>41496
>I know it sounds really stupid, but do I need to download windows on the HDD first to even get it running?
Yes.

Believe it or not, but hard disks don't just come with Windows on them.

This is why Microsoft had to write it, and then sell it in stores.

You can use the W10 "Media Creation Tool" to make a USB stick that installs Windows, but you'll still need to buy a license.

File: 20160125_135331-1.jpg (1MB, 1536x1209px) Image search: [Google] [Yandex] [Bing]
20160125_135331-1.jpg
1MB, 1536x1209px
How to find the potential gap between A and B, if the internal resistance of Cells are negligible...
5 posts and 1 images submitted.
>>
Selfbump
>>
>>41473
Redraw the circuit with A and B on the outside and it should be obvious that it's two cells' worth.
>>
V(A) - V(B) = - E/2

Pages: [First page] [Previous page] [398] [399] [400] [401] [402] [403] [404] [405] [406] [407] [408] [409] [410] [411] [412] [413] [414] [415] [416] [Next page] [Last page]
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y / ] [Home]

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.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
If a post contains illegal content, please click on its [Report] button and follow the instructions.
This is a 4chan archive - all of the content originated from them. If you need information for a Poster - you need to contact them.
This website shows only archived content and is not affiliated with 4chan in any way.
If you like this website please support us by donating with Bitcoin at 1XVgDnu36zCj97gLdeSwHMdiJaBkqhtMK