One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
export function magicMethods (clazz) { | |
// A toggle switch for the __isset method | |
// Needed to control "prop in instance" inside of getters | |
let issetEnabled = true | |
const classHandler = Object.create(null) | |
// Trap for class instantiation | |
classHandler.construct = (target, args, receiver) => { | |
// Wrapped class instance |
# -*- encoding: utf-8 -*- | |
# Save it as minimap_setting.py in the User directory (in Preferences -> Browse Packages). | |
# Then, you just add "show_minimap": false in your settings and you're good to go! | |
import sublime | |
import sublime_plugin | |
class MinimapSetting(sublime_plugin.EventListener): |
upstream myapp { | |
server 127.0.0.1:8081; | |
} | |
limit_req_zone $binary_remote_addr zone=login:10m rate=1r/s; | |
server { | |
listen 443 ssl spdy; | |
server_name _; | |
Note: I'm currently taking a break from this course to focus on my studies so I can finally graduate