Jump to content

MyWiseGuys

Members
  • Last visited

  • Posts

    4
  • Reputation

    3
  1. Files.. anyway to use Dropbox as a repository instead of saving on our local drive? I know AWS S3 Bucket has been a choice but that gets expensive. Now hosting facilities are all about a limit number of iNodes.. which Files do consume but on an external repo like Dropbox, Google Drive, Cloud Drive, OneDrive is very inexpensive and would offer some relief off hosting. Just a thought while you are still in testing/development phase.
  2. I like some of the improvements and one of my favorites is you added the syntax highlighting with codeblock. THANK YOU!! this is very awesome and I needed this. If you just added the copy button for when the code is quite large the copy button really comes in handy. # Python program to find the # maximum of two numbers def maximum(a, b): if a >= b: return a else: return b # Driver code a = 2 b = 4 print(maximum(a, b))
  3. MyWiseGuys posted a post in a topic in Test Area
    testing posting from iPhone i like the ability to add photos and text searches what u have access to. the editor is different but very similar feeling