Code Monkey home page Code Monkey logo

swiftcode's Issues

Doesn't recognize characters written with Alt Gr

It currently doesn't accept any characters written with Alt Gr (Ctrl+Alt) which is needed for many non US keyboard layouts.
For example on the German keyboard layout characters like {, }, [, ], , | and ~ all need the Alt Gr key to work. So it's currently pretty much impossible to play this game.

No option to change or recover user's password

I think it would be useful to add some basic recover or change password functionality to the app. I've accidentally put a weird password on my username, and there doesn't seem to be an option to change it.

In some sources '%' and '^' symbols are broken

Sometimes I can't input % an ^ characters, they show up as incorrect input when I type them in. I noticed that as I was typing some Clojure source and then some Erlang source.

This is a piece of source from Ring (Clojure), in which I have this bug (in the 1st line, on ^ symbol):

(defn- ^SimpleDateFormat formatter [format]
  (doto (SimpleDateFormat. ^String (http-date-formats format) Locale/US)
    (.setTimeZone (TimeZone/getTimeZone "GMT"))))

(defn- attempt-parse [date format]
  (try
    (.parse (formatter format) date)
    (catch ParseException _ nil)
    ;; Also catch RuntimeExceptions, needed for Clojure 1.3.0
    ;; See: https://groups.google.com/forum/#!topic/clojure/I5l1YHVMgkI
    (catch RuntimeException _ nil)))

(defn- trim-quotes [s]
  (str/replace s #"^'|'$" ""))

Another source pieces containing these characters work fine.

I use a Russian windows keyboard, but its' English layout seems to be the same as on normal US keyboards. Currently I'm using Google Chrome 31.0.1650.63 m on Windows 7.

Tabs in sources

I've found some GLSL code containing tabs in assignment statement after = (for vertical alignment, I guess). Browser switches between interactive elements on the page when I press tab.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.