Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~3K People Reached
PC Specs
not good enough...
Member Avatar for Delnith

Simple question, I'm looking to see whether I should get an intel or amd processor for my system. I need high work load capability, some gaming, virtualization, gonna have 16gb ram, and multi-display setup. I'm wondering it its worth buying and AMD FX over and i7, especially since its cheaper? …

Member Avatar for RedDingo
1
172
Member Avatar for Delnith

I have 3 monitors attached to my video card, but only two show up and are mirrored not extended, When I go into the display settings their is no identify option and it only shows one monitor as being connected. Any ideas where to begin?

Member Avatar for TheQuestor
0
111
Member Avatar for Delnith

I am looking for a project or goal to reach in order to improve me programming skills. I'd say I am still a beginner as it comes to C programming and would like a project to work on but cannot seem to think one, any ideas?

Member Avatar for Schol-R-LEA
0
229
Member Avatar for Delnith

I bought a new westinghouse 32" tv and have noticed that the 1920x1080 resolution does not appear correctly, it either only takes up a portion of the screen or is cut off. I'm using and HDMI connection and do not have the vga settings available to fix the size. Is …

Member Avatar for BigPaw
0
166
Member Avatar for Delnith

Using the code below I need to implement it such that p_poly has only one term of any degree and contains no terms with zero coefficients. I have tried to implement a temporary variable to no avail and was wondering if anyone else had an idea or possibly lead me …

Member Avatar for Delnith
0
88
Member Avatar for chandan127
Member Avatar for zeroliken
0
741
Member Avatar for Delnith

I am looking for your opinions on the best site or book in order to learn java. I am currently in school for C.S. learning C and would like to expand my knowledge. Thank you in advance.

Member Avatar for stultuske
0
271
Member Avatar for nitin1

i have to do division without divison/multiplication/mod operator. how can i ? int divide(int dividend, int divisor) { int p=1; if(dividend<0) { p*=-1; dividend*=-1; } if(divisor<0) {p*=-1; divisor*=-1; } while(dividend>=divisor) { dividend-=divisor; } return dividend*p; } i have done this, but this giving time limit exceeded when input is 1234567890,1. …

Member Avatar for somjit{}
0
211
Member Avatar for dooboosjsdjs

A coffee shop offers a range of drinks * Tea - $1.00 * Coffee - $1.50 * Hot Chocolate - $2.00 * Chai Latte - $1.75 * Flat White - $2.20 You will need to create a program that keeps track of the total spent after each order. * At …

Member Avatar for Delnith
0
152
Member Avatar for Delnith

how do I set visual studio to read my C code by default instead of C# or whatever its doing?

Member Avatar for Delnith
0
99
Member Avatar for Delnith

I am looking to expand from C to C# and would like to know of some very basic programs to start with or a place to find basic program assignments or a tutorial

Member Avatar for ddanbe
0
66
Member Avatar for Delnith

I am looking to code a small program in which the pandora songs I listen to are placed into a text file with the title and artist. I have no clue where to go as starting this project and would appreicate any and all help. I have mid level knowledge …

Member Avatar for Delnith
0
323
Member Avatar for Delnith

I am looking to begin a build which is encompass and satisfy all of my computing needs. As far as needs go I use my computer for many tasks such as, word processing, video editing, gaming, virtualization. I have a few ideas of parts for this build but I am …

Member Avatar for 3knur8
0
144
Member Avatar for 3knur8

Okay, key things I'm trying to accomplish: - Add a firewall to my network - Add media file storage (doesn't necessarily have to be on the network, but i would prefer it to be) - Add a regular file server to the network for pictures, documents, etc. (i have 4 …

Member Avatar for 3knur8
0
138
Member Avatar for phillip.hanback

My HP Pavilion dv6 just started a new issue. While I am using it, the screen will go slightly dark. When it happens, I can still see my stuff on the screen but is like being in a room where someone just turned off 95% of the lights! Does anyone …

Member Avatar for johhny-marshal
0
162
Member Avatar for Delnith

I have never before used linux and am starting college as a cs major and would like to learn. I have no clue where to start. Should I use it as a virtual desktop or dedicate a cheap laptop to it? Which version? Best applications to learn? Any and all …

Member Avatar for PhilEaton
0
155
Member Avatar for Delnith

Plain and simple, how do I make a file/proxy server out of an old pc? Im trying to make it for some additional storage as well as a proxy to safely torrent through? Any ideas or information would be greatly helpful. Thank you

Member Avatar for caperjack
0
104
Member Avatar for Delnith

I am a C.S. student who is eager to learn EVERYTHING, thing is I have no clue how to use/what is linux. Where should I start or how should I approach a topic/subject which is so broad and are their any educational materials or such??

Member Avatar for JorgeM
0
134