Jump to content

Marcus_UK

Member
  • Posts

    29
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Marcus_UK got a reaction from mohajem in PUBG   
    PUBG is more luck than skill I think. So many times I have dropped in a high-risk area and died because someone found a gun quicker than me, or I drop and all I find is a shotgun while someone else gets a sniper + 4x scope, its still winnable but will be hard.   So games like this NO to eSports.

    Fun events like playing at LANs, parties, charity sure go for it, but eSports playing for real money. Nope.
  2. Agree
    Marcus_UK got a reaction from Mr.Meerkat in EKWB has Goofed | Thermal"fake" LOL   
    I would assume that is because EK created the EK Vulture and a couple of years later ThermalTake released the View 27.  

    Google "EK Vulture" and "Thermaltake View 27" go to images and you will see what I mean.
  3. Agree
    Marcus_UK got a reaction from 0ld_Chicken in EKWB has Goofed | Thermal"fake" LOL   
    I would assume that is because EK created the EK Vulture and a couple of years later ThermalTake released the View 27.  

    Google "EK Vulture" and "Thermaltake View 27" go to images and you will see what I mean.
  4. Agree
    Marcus_UK got a reaction from imreloadin in EKWB has Goofed | Thermal"fake" LOL   
    I would assume that is because EK created the EK Vulture and a couple of years later ThermalTake released the View 27.  

    Google "EK Vulture" and "Thermaltake View 27" go to images and you will see what I mean.
  5. Like
    Marcus_UK got a reaction from seanbisepic in [RESOLVED] Validation Issues/Not getting the email   
    They don't, they mean that members using microsoft email provider cannot receive emails from this community.
  6. Agree
    Marcus_UK got a reaction from PLME888 in Palmer Lucky: Rift will come to Mac if Apple "ever release a good computer"   
    LMAO!!! I can already see people taking time off work and queuing up to get it.
  7. Agree
    Marcus_UK reacted to HeyKitty in Looking for Game Testers   
    Does this company have an official website?
     
    what about legal documents of the company?
     
    I need proof before I hand my info over.
     
    EDIT: Sorry if this sounded "mean", but you can't just ask for peoples information and expect to get it.
    I need to know who/what I am giving it to.
    If this is not a legal company, (like a school class, or just a bunch of friends) that's fine.
     
    I would love to play test the game (as long as its free )
    but I do need to know what is going to happen to my information.
  8. Agree
    Marcus_UK got a reaction from Beskamir in Palmer Lucky: Rift will come to Mac if Apple "ever release a good computer"   
    LMAO!!! I can already see people taking time off work and queuing up to get it.
  9. Agree
    Marcus_UK got a reaction from GeekJump in Palmer Lucky: Rift will come to Mac if Apple "ever release a good computer"   
    LMAO!!! I can already see people taking time off work and queuing up to get it.
  10. Informative
    Marcus_UK got a reaction from pagani123 in Led programming question for a mod idea   
    I am new to Arduinos and when I say new I mean I received my FIRST one today (Arduino Uno) Love it and already have another 2 on the way   

    As I said I am new but you should be able to just do something simple like

    Have 3 leds connected to 3 different pins. and set each LED to start off and then to turn each LED 1 second after the other and once the last LED is on they will all stay on.  The code runs every time the arduino receives power, so all it will need is a 5v power source within the computer (not the 5v that stays on) and then when you hit the on button the arduino will run its code and when done it will stay on.


    Could even time how long your system takes to boot up and work the LED on delay into that.  So for example if your system takes 30 seconds to power on you set LED1 to flash for 10 seconds then stay on and then LED2 flashes for 10 seconds and stays on and then LED 3 flash for 10 seconds and stays on so by the time the code has finished running the system is fully booted up.
    This is an example I have been playing around that comes pre loaded into the Arduino desktop program.  
     
    // the setup function runs once when you press reset or power the board void setup() { // initialize digital pin 13 as an output. pinMode(13, OUTPUT); } // the loop function runs over and over again forever void loop() { digitalWrite(13, HIGH); // turn the LED on (HIGH is the voltage level) delay(1000); // wait for a second digitalWrite(13, LOW); // turn the LED off by making the voltage LOW delay(1000); // wait for a second } This code turns the LED connected to pin13 on for a second and then off for a second and then repeats.

    I have been playing around with this code for a bit.  This will turn the LED1 (connected to pin13) on for half a second and then off for half a second and when it hits 10 seconds it stays on for 5 seconds. 
    // the setup function runs once when you press reset or power the board void setup() { // initialize digital pin 13 as an output. pinMode(13, OUTPUT); } // the loop function runs over and over again forever void loop() { digitalWrite(13, HIGH); // turn the LED on delay(500); // wait for half a second digitalWrite(13, LOW); // turn the LED off delay(500); // wait for half a second digitalWrite(13, HIGH); // turn the LED on delay(500); // wait for half a second digitalWrite(13, LOW); // turn the LED off delay(500); // wait for half a second digitalWrite(13, HIGH); // turn the LED on delay(500); // wait for half a second digitalWrite(13, LOW); // turn the LED off delay(500); // wait for half a second digitalWrite(13, HIGH); // turn the LED on delay(500); // wait for half a second digitalWrite(13, LOW); // turn the LED off delay(500); // wait for half a second digitalWrite(13, HIGH); // turn the LED on delay(500); // wait for half a second digitalWrite(13, LOW); // turn the LED off delay(500); // wait for half a second digitalWrite(13, HIGH); // turn the LED on delay(500); // wait for half a second digitalWrite(13, LOW); // turn the LED off delay(500); // wait for half a second digitalWrite(13, HIGH); // turn the LED on delay(500); // wait for half a second digitalWrite(13, LOW); // turn the LED off delay(500); // wait for half a second digitalWrite(13, HIGH); // turn the LED on delay(500); // wait for half a second digitalWrite(13, LOW); // turn the LED off delay(500); // wait for half a second digitalWrite(13, HIGH); // turn the LED on delay(500); // wait for half a second digitalWrite(13, LOW); // turn the LED off delay(500); // wait for half a second digitalWrite(13, HIGH); // turn the LED on } You would just need to copy and paste the code for LED2 and change the 13 next to digitalWrite to what pin number LED2 is connected to, and then the same for LED3. 
    I am still trying to work out how to set the above without making it loop, and I am limited to just using the LED on the board itself, still waiting on the rest of the parts to arrive, and then I can start having some fun

    PLEASE do not use any of the code I posted, I am still new at this and the above is to give an idea of what is need. If you use this code you cannot hold me responsible.
     
  11. Funny
    Marcus_UK reacted to Tog in Best 6 person Lan party games?   
    Civ 5 marathon with shots for the person with the least points each 10 turns.
  12. Informative
    Marcus_UK reacted to airdeano in Thing in Linus' Pocket   
    script monitor advance control. teleprompter
    moved the script forward to keep "in flow" with the schedule.
  13. Like
    Marcus_UK reacted to W-L in Best Coolant to use?   
    For distilled water if your loop contains any nickel plated blocks or fittings don't use silver it's a borderline dissimilar metal which can cause issues with the nickel plating. ideally if you have nickel in the loop a biocide like Petra PT Nuke(clear) would be the best option.
  14. Informative
    Marcus_UK got a reaction from RezidentSeagull in Enabling Two Factor Authentication on LTT Account w/ Steam?   
    When you sign up through steam an account gets created here, you steam password does NOT get sent here and this site does not know your password, you should have been asked to create a "Local" password when you signed up, if you didn't you should be able to go into your account settings and create a password. Once you have a password for this forum, Two Factor Authentication should then work.
  15. Funny
    Marcus_UK reacted to Syntaxvgm in Thing in Linus' Pocket   
    He's sexting luke while he's filming- only time he can do it without his wife noticing. Very talented man. 
  16. Informative
    Marcus_UK reacted to W-L in Classifieds   
    Should be available very soon still some stuff being worked on. 
  17. Agree
    Marcus_UK got a reaction from theanimun in Classifieds   
    All I get is an error when clicking on that.

    Maybe it isn't enabled for the public yet, just staff.
  18. Funny
    Marcus_UK reacted to colonel_mortis in Was there a glitch in the matrix? Where did 700+ posts come from?   
    Some of you people use status updates waaaaay too much...
    A fix is on it's way.
  19. Informative
    Marcus_UK got a reaction from IAmAndre in [Poll] Do you play Facebook games?   
    Nope, I block every game I get an invite to, but I do use Facebook mainly for work.
  20. Agree
    Marcus_UK got a reaction from iamdarkyoshi in Was there a glitch in the matrix? Where did 700+ posts come from?   
    Hmmm my Industry Affiliate forum account had about 920 posts, now it has 870.
  21. Like
    Marcus_UK got a reaction from Trikein in [RESOLVED] Validation Issues/Not getting the email   
    They don't, they mean that members using microsoft email provider cannot receive emails from this community.
  22. Agree
    Marcus_UK reacted to JakePC in BT Broadband down nationwide in the UK   
    Virgin Media running problem free at 200 mbps lol
  23. Agree
    Marcus_UK reacted to IAcKI in BT Broadband down nationwide in the UK   
    Good job I'm on Virgin Media then!
  24. Informative
    Marcus_UK reacted to AlTech in Chrome 50 Will mark material design in chrome (BETA/DEV/Canary channel has it already).   
    Type this in chrome or Chromium  -> chrome://flags/
    Then scroll down until it says Material Design.
  25. Informative
    Marcus_UK reacted to Arty in Chrome 50 Will mark material design in chrome (BETA/DEV/Canary channel has it already).   
    http://googlechromereleases.blogspot.com/2016/01/dev-channel-updates.html
    http://thenextweb.com/apps/2016/01/29/material-design-is-slowly-coming-to-google-chrome-heres-what-it-looks-like/
     


    I think this look really sweet, and waiting to see what else they add into chrome as the history is still missing and some other things that would be nice.
×