Jump to content

DJHenjin

Member
  • Posts

    8
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Contact Methods

  • Steam
    DJHenjin
  • Origin
    DJHenjin
  • Battle.net
    DJHenjin
  • Xbox Live
    Mulletdude
  • Twitch.tv
    twitch.tv/djhenjin
  • Twitter
    @DJHenjin

Profile Information

  • Gender
    Male
  • Location
    North of Nowhere

System

  • CPU
    AMD FX 8350
  • Motherboard
    MSI 990FXA Gaming
  • RAM
    16GB Corsair Dominator Platinum DDR3 1866
  • GPU
    Radeon HD 7850
  • Case
    Antec GX500
  • Storage
    128GB Kingston SSDNow + 1TB Seagate HDD
  • PSU
    OCz ModXtream 700 Watt
  • Display(s)
    Samsung syncmaster SA450 + Benq GW2450
  • Cooling
    Corsair Hydro H55
  • Keyboard
    Corsair K70GRB
  • Mouse
    Gigabyte M8000X
  • Sound
    Shure SRH750DJ
  • Operating System
    Windows 10

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

DJHenjin's Achievements

  1. Will almost certainly fry your motherboard, your RAM or both. the RAM has power lines which when reversed will not line up correctly and you will end up sending power into data lines on the stick, Not good. Had a friend who forcibly installed their RAM backwards and ended up frying both the motherboard and the RAM. Best advice I can give: If it does not go down BOTH easily and level when you apply even pressure on both ends, CHECK and make sure you have the keys lined up properly. You will see the tab inside the RAM slot if you look straight down into it. If you compare this with your RAM stick laid down on the motherboard in line with one of the RAM slots you will see if the tab is lined up with the notch. All 4 (or 8 if your lucky ) slots will be oriented in the same way, line up all the sticks correctly and then install. BAM RAM installed properly.
  2. You will almost certainly need an Anti fatigue mat for stationary standing for long periods of time. It does not matter much how the soles of your shoes are, likely your issue is arch support, for which you will want insoles for your shoes. No shoe by default is going to be right for everyone and you probably have a High arch. the anti fatigue matting I can recommend as I used to work in a casino dealing table games. All our tables had anti fatigue mats and I never had an issue in that casino. Went to work at a different casino in the same shoes where they did not have anti fatigue mats and my feet were sore after the second hour long rotation on the table. You may also like to have a 4 inch tall moveable step under your desk so that you can stand on one leg, and have your other foot up on the step just to steady you, when the leg on the floor gets tired switch to the other, this will help stimulate some motion as you will not be standing in a fixed location at all times. This is another technique used at the first casino I worked at where I did not have any issues.
  3. I'll have to rewrite my prime number sieve and submit it to this. I used some pretty serious optimizations to get it to run actually decently fast. Euler's sieve FTW
  4. is CREATEGROUP it's own function outside of the class? remember you have to create an instance of the groups class before you can use it. like this: <your group class goes here> testgroup = GROUPS(group, clients) testgroup.getGName() testgroup.setGName("testgroup1") Don't forget the supporting functions needed. If you like send the complete code in an attachment and I will run it to see what guidance I can offer on solving the issues
  5. class testclass:(object) def __init__(self, var1, var2): self.var1 = var1 self.var2 = var2 def getVar1(self): return self.var1 def setVar1(self, var1) self.var1 = var1 def getVar2(self): return self.var2 def setVar2(self, var2) self.var2 = var2 Here's an example of using python classes with getters and setters, the rest I leave as an exercise to the reader
  6. Currently looks like 1 person so far, Come on guys we can do it!!
  7. Yeah I signed up for the beta months ago when I first heard about the game and it looks like it's going to be a great game when it comes out! I seriously CANNOT wait for the early beta/ general beta to play it. DJHenjin
  8. Hey guys, I have a beta signup referral link for Beyond Dark. If i get just 15 more signups on it I will get 2 early beta keys to give away 1 of which I will be raffling off. The early beta keys will give you access to the beta a couple of months before the general beta (which everyone who signs up under the referral link gets access to). If i get 45 more signups I get another 2 early beta keys which will mean I will have 3 Early beta keys to raffle off to anyone who wants one. LINK Is at the bottom! There are a few other reward tiers that I can get and here they are. 5 more signups gets me: An exclusive weapon that is to be announced. A beta launch commemorative pack ( I have no idea exactly what this is or what it contains. 15 more gets me: An exclusive Viper class Conveyor ship (basically a smaller freighter with weapons) My name on the credits. 2 invites to the early beta (1 of which I will be raffling off) 45 more gets me: I get to name a planet (I will hold a poll here for the community to name the planet). A special mention in the credits. Another 2 invites to the early beta (both of which I will be raffling off). An invite to the Pre-Launch online event with the devs. Without further adieu Here is the link https://goo.gl/G1yM9X It redirects to the Beyond dark beta sign up page so please use this link so that I can get referrals and share the awesome early beta with you guys when it comes out. Please post below once you sign up so that I can keep track of the names for the raffle! I will be writing a a small program in python to generate the RNG for the raffle and I will post the code after the raffle so you guys can take a look at it if you want. Thanks Guys! DJHenjin
×