technosex
Account Details
SteamID64 76561197996246142
SteamID3 [U:1:35980414]
SteamID32 STEAM_0:0:17990207
Country United States
Signed Up July 18, 2012
Last Posted October 31, 2016 at 6:45 PM
Posts 161 (0 per day)
Game Settings
In-game Sensitivity
Windows Sensitivity
Raw Input  
DPI
 
Resolution
 
Refresh Rate
 
Hardware Peripherals
Mouse  
Keyboard  
Mousepad  
Headphones  
Monitor  
1 2 3 4 ⋅⋅ 11
#43 help me with my coding hw in Off Topic

I don't know C++, but here's an R solution.

secret = "penis"
count = 0
max_guesses = 7

while(TRUE){
  guess = as.character(readline('Guess letter: '))
  print(guess)
  if(grepl(guess, secret) && nchar(guess) == 1){
    print(paste0(guess, " was in the word!"))
    secret = gsub(guess, '', secret)
  }else{
    print("Not in word")
    count = count + 1
  }
  if(nchar(secret) == 0){
    print("ayy")
    break
  }
  if(count >= max_guesses){
    print("lmao")
    break
  }
}
posted about 7 years ago
#33 help me with my coding hw in Off Topic
SimKudos to anyone who can identify this language without googling it.

lol if you search "ConvertToStringRep" this thread is on the front page of results

posted about 7 years ago
#32 help me with my coding hw in Off Topic

I don't know C++, but here's a Ruby solution.
http://ideone.com/ZBHh4e

@secret = 'ayy'
@answer = '___'
@mistakes = 7

def fuck! ass
  @mistakes -= 1 if ass.each{|i| @answer[i] = @secret[i]}.empty?
end

def shit dick
  (0...@secret.length).select{|i| @secret[i] == dick}
end

def balls
  puts "Clue: #{@answer}\nGuess a letter:"
  gets[0]
end

fuck! shit balls while @answer != @secret && @mistakes > 0

puts @answer == @secret ? 'you win' : 'fuck you'
posted about 7 years ago
#10 help me with my coding hw in Off Topic

I don't know C++, but here's a Javascript solution.
https://jsfiddle.net/ntLxjq59/

secret='ayy'
answer='___'
mistakeCount=0
maxMistakeCount=7

function fuck() {
  alert("clue: "+answer)
  shit(prompt("Guess a letter")) || mistakeCount++
}

function shit(c) {
  if (!c.length) return false
  s = secret.split('')
  a = answer.split('')
  b = false
  for (i=0; i<secret.length; i++)
    c==s[i] && (b=true, a[i]=c)
  answer=a.join('')
  return b
}

while (answer!=secret && maxMistakeCount>mistakeCount) fuck()

window.alert(answer==secret ? 'you win' : 'fuck you')
posted about 7 years ago
#16 Why noone has unusuals in competitive? in Q/A Help

yep yepyepyepyepyepeyp

posted about 7 years ago
#32 keeping hands warm in Off Topic

I had this problem for a long time. My fingers used to hurt like hell while coding during the winter. Here's a few things I learned:

1. Make sure your forearms are level or downward-sloping so that your hands receive more blood flow. Raise your chair or lower your keyboard if possible.

2. Wear a sweater, and if it has a zipper, make sure to zip it up all the way to your neck. I personally hate the feeling of clothing around my neck but it makes a big difference.

posted about 9 years ago
#18 60FPS frag movie Youtube channel in Videos
kirbyAuto-Aim

I've got this in 50FPS but the resolution is smaller than 720p so YouTube won't output it at full FPS. Could anyone upscale this to 720P? I don't have any good tools for doing this without losing a lot of quality. Here's the file: https://mega.co.nz/#!SsoWVDSS!CvLhw2W0vekwCSF6Bly7bQ9LyViyW-_35QfT14kjeF4

Also, a bunch of people added me on steam after I made this thread but I forgot your names. Could you guys message me with your email address so I can add you as channel managers?

posted about 9 years ago
#17 60FPS frag movie Youtube channel in Videos
spammyhttp://www.youtube.com/watch?v=ENruOrM01CQ
If you could, please.

Already uploaded bro! https://www.youtube.com/watch?v=tRNARy0DwKI

ExilePretty Jumps
https://www.youtube.com/watch?v=IZkuj0RFQWo
Jump Fortress 2
https://www.youtube.com/watch?v=J_K_62k2iHo

Unfortunately the download links in these videos' descriptions are broken. I'm still looking for these.

I'm also looking for "x6.avi or Something" in 60FPS. (The editor no longer has it)

posted about 9 years ago
#20 .NET is open source in Off Topic
atmoWhat benefits will result from this?

I'm not a .NET dev but from what I understand:

C# and the .NET Framework are very popular for game development but only have first-class support on Windows. There is an independent open-source implementation of .NET called Mono that is widely used to get .NET projects running on non-Windows platforms... but such a project will always be incomplete/buggy.

But now that Ballmer's gone:
- Mono (and similar projects) can use & redistribute pieces of .NET instead of having to reimplement all of it.
- Mac & Linux are getting first-class support for some .NET components.

Brownymaster implied in his post that this could be huge for cross-platform game development. Hypothetically, we'll be seeing more games on Mac/Linux in the future. I think this mostly applies to indie games though... this is probably irrelevant for triple A games.

posted about 9 years ago
#11 60FPS frag movie Youtube channel in Videos
OrangecakeIf we get a Pretty Jumps or Prem 60 fps upload I'll cry

I don't think Prem was created in 60FPS unfortunately.

Does anyone have dellort's jump videos saved? I can't find them.

posted about 9 years ago
#6 hitsounds in Customization

https://www.youtube.com/watch?v=GHCkBccEjeg

posted about 9 years ago
#1 60FPS frag movie Youtube channel in Videos

Hey all, I decided to get the ball rolling on a 60FPS reupload channel.

https://www.youtube.com/user/60fpsFragMovies/videos

If anyone wants to continue this project please contact me so I can add you as a manager.

p.s. I am looking for these if anyone's got em:

  • x6.avi or Something
  • Pretty Jumps N Stuff
  • Jump Fortress 2
posted about 9 years ago
#44 Request demos in TF2 General Discussion

for historical reasons
x6 esea season 8: https://mega.co.nz/#!Ogw2FAZQ!cQ3GBAU3h_GhKvIgujSOyif7cOIaU-yhmMqIy4l7ZpE

posted about 9 years ago
#59 Computer Science Major? in Off Topic
lydInterviews will frequently ask you to talk about projects you do in your "spare time."

Well here's the deal, I don't want to hire people who are disengaged at work, don't try to constantly improve their skills, and just show up in order to earn a paycheck.

Side projects are an easy way to show me that you care about software engineering and you treat it as a craft as well as a living. Which makes it much more fun to work with you.

A lack of a portfolio isn't a dealbreaker, and I certainly don't hold it against candidates who have impressive resumes otherwise. But if all you have is a B.S. and an internship...even you probably don't know if you love software engineering or not.

lydThere's an expectation (that's slowly changing) that when you're done with your CS schoolwork (lol), you turn around and do...more CS!

This is easy for people who don't go to MIT ;)

posted about 9 years ago
#56 Computer Science Major? in Off Topic

Everything that Brownymaster, Flame, and mikejs is saying is true, despite the contradictions. Software is a HUGE landscape and every company, market, and subdiscipline of engineering will look at your resume differently.

Flame and I were in the same program at Rutgers and were pretty much roommates. I took a slightly different path since I didn't graduate. We're both "software engineers" now...but I doubt we'd be able to get a job at each others' companies.

As for the CompSci vs CompEng thing:
Flame is adamant about this because the CS program at Rutgers was a joke. I don't know how it is at other state schools but it's probably similar. Keep in mind that switching your major from CompEng to CompSci should be pretty painless...you won't lose anything by trying.

If you go to a top school like Stanford/Waterloo however, you should be set with any technical degree really.

posted about 9 years ago
1 2 3 4 ⋅⋅ 11