Zhitao Gong

Results 14 comments of Zhitao Gong

Really sorry about this dangling submission :frowning_face: Because of the old bug (if I remember correctly) > you have to activate and deactivate a random mark in a buffer before...

Now I use this advice again. It seems the new version of emacs still has this bug LOL. So I have to manually push a mark as a workaround...

Actually there is a small bug in Emacs. `comment-or-uncomment` uses `(interactive "*r\nP")`, for the formatter `r`, if local mark ring is empty, it will show an error message `The mark...

On ubuntu 13.04, directory_watcher doesn't work again. Have to roll back to 1.4.1. Here is the stackoverflow [post](http://stackoverflow.com/questions/15591000/jekylls-auto-doesnt-work)

Hello, lousylove, It's been a long time. I remember I tested with three methods, see some results here: https://gongzhitaao.org/adversarial-text/ I remember DeepFool was the best. On that page, the numbers...

Hey Zilong, Good suggestion, let me see how easy it will be for a pure css solution.

Thank you @mannd, it looks fun to be the next side project :laughing: I have been longing for a dark web for a long time. Will play with it this...

Some examples: - Solarized: https://github.com/bbatsov/solarized-emacs/blob/master/solarized.el#L242 - sanityinc-tomorrow: https://github.com/purcell/color-theme-sanityinc-tomorrow/blob/master/color-theme-sanityinc-tomorrow.el#L144 - Monokai: https://github.com/oneKelvinSmith/monokai-emacs/blob/master/monokai-theme.el#L188 - Emacs one: https://github.com/balajisivaraman/emacs-one-themes/blob/master/one-themes.el#L77 The only different between `let*` and `let` is `let*` allows you to use variables previously...

The MNIST example is only for illustration. For real RGB images, you could make it an adversarial one by changing the color of one pixel. Surely it depends on the...

Hi Bala, you mean attack or defense? I don't quite follow your question.