Jump to content

snamakool123

Member
  • Posts

    91
  • Joined

  • Last visited

Awards

This user doesn't have any awards

1 Follower

Profile Information

  • Gender
    Male
  • Interests
    I am interested in programming, video editing, pc gaming, photo editing and well pc's. Also I like potatoes
  • Occupation
    Student

System

  • CPU
    Intel i7-4770 @ 3.4 ghz
  • Motherboard
    Gigabyte Z87 UD3H
  • RAM
    16 Gb
  • GPU
    Asus Gtx 660 Ti x 2 SLI
  • Case
    Thermaltake Chaser Series Chaser MK-I
  • Storage
    1Tb Western Digital + 128Gb Samsung Ssd
  • PSU
    600w
  • Display(s)
    Tv lel
  • Cooling
    Air
  • Keyboard
    Razer Anansi
  • Mouse
    Bloody 5
  • Sound
    Razer Kraken Pro
  • Operating System
    Windows 10 Pro

Recent Profile Visitors

1,051 profile views

snamakool123's Achievements

  1. Hey, I wanted to know whether the Gigabyte GA-Z87-UD3H support m.2 pcie ssd via the adapter in a 4x or 8x slot. From my research the mobos arent able to boot directly from nvme storage but I could not find info on whether they support it as a non boot storage device.
  2. I believe Play Store allows you to use other payment methods which would bypass the 30% fee
  3. Summary Phil Spencer announced on twitter that Microsoft is filing a statement supporting Epic's request to keep access to Apple SDK for Unreal engine. Losing this would mean that games/apps that use Unreal Engine would not be allowed on the App Store. Quotes My thoughts In my opinion it is a huge loss for gamers/developers if Epic loses this fight. Although Unreal Engine is not known for their mobile games it is making big advancements in the field allowing for more developers to develop games for the market using their platform. Losing such a large market will just discourage developers from using Unreal in their projects... A couple of Microsoft mobile games are already running on UE so makes sense that they would join in. Sources https://www.androidauthority.com/microsoft-epic-apple-unreal-engine-1150532/
  4. Thanks for the help but i got it working by enabling bootoverride in bios. The I installed using usb
  5. Hello, so my laptop had a broken hdd so I got a new one but I am unable to install windows on that because the cd reader doesnt work properly and also the laptop does not boot from usb so I cant even install windows that way. Is there a way to plug in the harddrive into my pc. Install windows from there and then move the hdd back into the laptop? Thanks
  6. Hey its you again xD, Looks like I am just dumb and it happens to be a json reply.
  7. I am accessing an online api to get xml file with many ids. This is my code var https = require('https'); var xml2js = require('xml2js'); var parser = new xml2js.Parser({optionName: 'normalize'}); var concat = require('concat-stream'); parser.on('error', function(err) { console.log('Parser error', err); }); https.get("https://www.leaksapi.com/clinton-emails/from/<APIKEY>/Hillary%20Clinton", function(resp) { resp.on('error', function(err) { console.log('Error while reading', err); }); resp.pipe(concat(function(buffer) { var string = buffer.toString(); var cleanedString = string.replace("\ufeff", ""); parser.parseString(cleanedString, function(err, result) { console.log('Finished parsing:', err, result); }); })); }); And I keep on getting an Error: Non-whitespace before first tag. Even when I have cleared the first non-whitespace character in the line var cleanedString. Parser error Error: Non-whitespace before first tag. Line: 0 Column: 1 Char: [ at error (C:\Users\Snama\node_modules\sax\lib\sax.js:642:8) at strictFail (C:\Users\Snama\node_modules\sax\lib\sax.js:662:22) at Object.write (C:\Users\Snama\node_modules\sax\lib\sax.js:935:11) at Parser.exports.Parser.Parser.parseString (C:\Users\Snama\node_modules\xml2js\lib\xml2js.js:508:31) at Parser.parseString (C:\Users\Snama\node_modules\xml2js\lib\xml2js.js:7:59) at C:\Users\Snama\Documents\DonaldTrumpPropaganda\webreader.js:17:14 at ConcatStream.<anonymous> (C:\Users\Snama\node_modules\concat-stream\index.js:36:43) at emitNone (events.js:91:20) at ConcatStream.emit (events.js:185:7) at finishMaybe (C:\Users\Snama\node_modules\concat-stream\node_modules\readable-stream\lib\_stream_writable.js:475:14) What am I doing wrong. Thanks
  8. So my laptop has been overheating recently and I cleaned it and all and nothing fixed it. The problem is that the fans curve is not set correctly so the fans dont speed up appropriately. I tried many programs like speedfan and others but none of them detect any fans. AIDA shows no fans installed. The only software that has managed to control the speed of the fan is the software by the manufacture which has a silent option. The program comes with a dll called SettingsApi.dll. I assume that this dll contains the nessesary functions to control the speed of the fans. My question is how can I decompile this dll or find the functions inside this dll.
  9. I would know what I was doing if it was a pc. Never opened up a laptop looks complicated. Dont have fans to replace. I might just stick to gaming on my pc
  10. I found a samsung control center with 3.2gb of driver downloads for win 10
  11. Easy Settings is not compatible with this version of windows ...
  12. I digged throuh the whole samsung website and didnt find one drive that was above windows 7/8. Anyways I got most of them and only bightness ones dont work but sound fn keys work. As for opening and reapplying thermal paste, I dont think I am capable of doing it and anyways I got my laptop repaired recently and they had to open the laptop so they might have done some light cleaning from the inside. The thing is when I am gaming I do feel warm air coming out meaning that the fans are working properly but when I boot the laptop fans are very fast and LOADS of air is coming out, and I want that speed of the fans when gaming it seems as the fan speed is stuck on like 50% max.
  13. Like never xD. Ok I'll do that today. Might also open it up and clean from the inside.
×