Jump to content

espurritado

Member
  • Posts

    178
  • Joined

  • Last visited

Everything posted by espurritado

  1. you don't even need to reinstall pro, if you just change the key for the pro one, all the extra features will be enabled
  2. never tried to, but if I had to guess, I would look in the "god mode" (that's naming a new folder with the extension .{ED7BA470-8E54-465E-825C-99712043E01C} ) or maybe in the registry. be careful in either of those sites
  3. once a year my uni gets rid of the OLD stuff but first they leave it next to the entrance for a day so anyone can take home whatever they want. It's mostly broken chairs, miss matched case parts and obsolete peripherals, but if you are lucky you might find something, not that I've ever looked too much
  4. it's the signal the forum gives to say there are updates on the page
  5. I think I've read an article/conspiracy theory saying that google is already doing it. Now seriously, of the top of my head you would need to have some kind of speech to text transformer constantly running, obviously the microphone, and the searcher comparing the data listened with your word/words in my opinion it would be heavy in the battery use and might not even work in some situations (walking, noisy areas or driving) However, it would be interesting to see it as an experiment
  6. I think I've read an article/conspiracy theory saying that google is already doing it. Now seriously, of the top of my head you would need to have some kind of speech to text transformer constantly running, obviously the microphone, and the searcher comparing the data listened with your word/words in my opinion it would be heavy in the battery use and might not even work in some situations (walking, noisy areas or driving) However, it would be interesting to see it as an experiment
  7. I agree, you could publish on GitHub whatever random thing you do.
  8. i think the best thing you can do is to make a mkv file combining the mp4 and the srt files. Not sure if it would work for your purpose but i found a program called MKVtoolnix which allows to add and remove files from a mkv file
  9. whatever you do, do NOT try ADA, it's an infinitely complex, strongly typed piece of s@#~t
  10. they are really useful. Basically, they are the difference between a program taking for ever to do something and finishing in an acceptable time frame
  11. if I remember correctly, in the video Linus said NOT to use a oven you want to use any more for cooking because of toxic substances
  12. keyPressed() is a method that comes from the keyListener interface, there's no need to call it, it's called by itself when a key is pressed I would try, instead of repainting the window through the actionPerformed, doing it on the keyPressed() after you determine which key has been pressed
  13. well if you want to input the values into an excel sheet you could try the VB scripting included in any of the MS Office products. (I know, Visual Basic, kill me now). The theory would be simple, you need to make an http request to the ip address of the printer, as a response, you will get an html document, you don't need to display it, you just need to parse the document for the value you want.
  14. it's not log off, but you can just program a shutdown with cmd for the time you want to allow. I believe there's a way to program a script to execute on load
  15. I'm just going to say, the laptop you get, get it light, you'll appreciate it after you carry the laptop on you back for the whole day. other than that, I agree with 1500 pc + 500 laptop
  16. Well, i'm just going to tell you the same thing my proffesors told me last year: "The difference between what a company asks for in a job add and what they really want is enormous". The fact is that anyone whith some programing knowledge and some patience and hability can do mostly anything if such person is willing to learn. The companies just ask for someone with a PHd and offet to pay as an intern so they will find someone in the middle to solve their problem
  17. you could just put the file through http://www.virustotal.com if you really wanna know, but this implies downloading the file so it depends on how much you want to know. I would simply assume it's something weird
  18. I know of robots based on arduino, and for programing arduino you could checkout bitbloq, it has blocks and it allows to make a transition from blocks to code
  19. cool thing, I've done day 1 in ten minutes though, let's hope it gets more difficult
  20. Hey everyone I just started working with Arduino a few days ago and right now I'm on full study mode. Since at the moment I only have access to an Arduino board at the office, I wanted to get ahead on my reading at home and I've been looking for the language specification for the Arduino language so I know what can I and what can't I do with the language. After looking for it for a while, I've been unable to find it so if someone could refer me to it, I would appreciate it. If not, my main doubt right nowis concerning towards special and non printable characters such as \n I know I've been told Arduino is similar to C, I just want to make sure Thanks guys
  21. first of all, please use code tags, everyone will thank you second, you could try going through your row and checking more or less what you were doing with 2 and 3 bit with all the numbers in row
  22. i'm... close enough, i use my right hand correctly but i only use 3 fingers form my right hand
  23. and here I thought when i started watching the video there wasn't going to be any funny/rage inducing stuff since they don't need to stick to a budget and suddenly Austin forgets the macbook :lol: :lol: :lol: :lol: gotta love it
  24. are you looking for testers in the sense of install the game and play or in the sense of get the code and apply tests to find out where will it fail (black box or white box tests)?
×