Sinisterly
Is this possible to code? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Coding (https://sinister.ly/Forum-Coding--71)
+--- Thread: Is this possible to code? (/Thread-Is-this-possible-to-code)

Pages: 1 2


RE: Is this possible to code? - lux - 05-06-2016

Uninstall your brain bru


RE: Is this possible to code? - bl4ck_c0d3 - 05-06-2016

(05-06-2016, 04:10 PM)Sans Wrote: Ruby on Rails has nothing to do with PHP in any way, meaningful or otherwise. You'd have to learn Ruby (a whole different language!) in order to work with Rails.

Oh, thats true, sorry, you can use Laravel then! Biggrin


RE: Is this possible to code? - Endgame - 05-14-2016

Python is my 1st coding language, not counting the 2 semesters of beginner java I took in college. I sucked at Java, so am starting on python.


RE: Is this possible to code? - Endgame - 05-25-2016

(05-05-2016, 04:44 AM)meow Wrote: Save this code in a Python file and run it through CMD (you can change the file name to whatever) -
Code:
f = open('lololol.txt','a') site = raw_input("Website and/or app that these credentials are for: ") ue = raw_input("Username and/or email: ") p = raw_input("Password: ") f.write(site+"\t"+ue+":"+p+"\n") f.close()

http://prntscr.com/b0famy

When I run this the way you say, it opens cmd, then instantly closes it back out. Is there a small part of coding missing?