What's new

Search results for query: *

  • Users: Wheen
  • Order by date
  1. Wheen

    [Official] SpeedTest & PingTest Results

    That's cute.
  2. Wheen

    .NET [Release] File hiding in jpg

    I don't really see the worth in something like this. If you're trying to hide something, why not use SilentEye or a similar tool for proper stego?
  3. Wheen

    What track do you code to?

    Glitch Mob and Crystal Castles. Sometimes I'll throw Justice, Deadmau5, Coyote Kisses, etc. in there, but for the most part just Glitch Mob and Crystal Castles.
  4. Wheen

    So I was in school and I thought of an idea.

    Somewhat relevant xkcd: https://xkcd.com/1313/
  5. Wheen

    So I was in school and I thought of an idea.

    We tried it back in the day: http://www.se7ensins.com/forums/threads/weekly-programming-contest-1.672687/ Failed rather badly. I didn't have a real idea, so it was literally stolen from hackthissite. Only a few people submitted and it didn't really pick up. With that in mind, if you want to...
  6. Wheen

    Javascript Array

    var array = [ document.getElementById('TextField1').value, document.getElementById('TextField2').value, document.getElementById('TextField3').value, document.getElementById('TextField4').value, document.getElementById('TextField5').value ] Where each of the strings are the id of the...
  7. Wheen

    Grab Website Source Code

    Save the file to C:\Users\User Name\AppData\Local\Temp (%USERPROFILE%\AppData\Local\Temp) and then open it in notepad. For the other option, add a Textbox/RichTextbox to your form, make it multiline, then do textbox.Text = siteSourceCode to set its content.
  8. Wheen

    Grab Website Source Code

    Wait wait wait wait... Is he talking about opening something in notepad and having it streamed? Are you simulating keypresses to open it in notepad (Disregard all this if you're not)? Why not (1) have your own textbox to paste the finished code in or (2) save it to a temporary directory and...
  9. Wheen

    Python Make a Operating system in python?

    You'd have two options: Write lower level stuff in C/C++/Rust/Other and then embed the interpreter/pypy Write a python compiler and extend the language so that it could do lower level stuff Python is not suited for low level stuff, I would not recommend it at all.
  10. Wheen

    Grab Website Source Code

    ...because no web browser has this functionality built in...
  11. Wheen

    Python Web Scraping help/advice

    An XML library would be much easier and less volatile. My personal recommendation would be BeautifulSoup though. I've used regexs for a quick and dirty html minifier, but anything beyond removing comments and white space seems needlessly difficult.
  12. Wheen

    if i want to learn Programming & Scripting

    My vote is also for Python. Relatively easy to write, tons of support, and can be fairly quick if implemented properly.
  13. Wheen

    Python View Network Requests

    Sorry if it wasn't very helpful. If you'd like a bit more help you could post some code snippets or describe what you're trying to do a bit more.
  14. Wheen

    Java Decimals are being gay....

    Watch this:
  15. Wheen

    Python View Network Requests

    Requests by the python script or by anything? For anything, you'd have to use libpcap or something similar. For inside of the script, I'm not exactly sure. I'd imagine you could override a function in whatever library you're using to make requests and tell it to show you the request before...
  16. Wheen

    Show 7S: Right 2 Life

    Hells yeah! That said, if anyone with a bit more artistic prowess wants to help beautify the game up a bit, it'd be awesome. Can't provide any compensation but credits though. Gamemaker. It's complete **** and I wouldn't recommend it, but I did a lot of work in not so much time.
  17. Wheen

    Show 7S: Right 2 Life

    Right 2 Life is a top-down zombie survival shooter (With a completely original name that totally isn't referencing anything else) that I made a year and a half ago and just now got around to polishing and uploading. It'll undoubtedly be somewhat glitchy, but it's still pretty fun. It's in a...
  18. Wheen

    if i want to learn Programming & Scripting

    Err... it's usually JIT compiled.
  19. Wheen

    if i want to learn Programming & Scripting

    Just because I've been interested in this lately: Not necessarily. Node.js uses Javascript and it's on the server side.
  20. Wheen

    Discussion Xbox emulator

    No. I'll give an ETA of maybe, 2035 for that... optimistically.
Top Bottom
Login
Register