I hereby claim:
- I am andene on github.
- I am andreaskihlberg (https://keybase.io/andreaskihlberg) on keybase.
- I have a public key ASAhxJDx-XBoZgq1BJ-gZ-R3rcLMzFWr2SP4Ww9jpAbqiwo
To claim this, I am signing this object:
| class Container { | |
| constructor() { | |
| this._services = new Map() | |
| this._singletons = new Map() | |
| } | |
| register(name, definition, dependencies) { | |
| this._services.set(name, {definition: definition, dependencies: dependencies}) | |
| } |
| const app = express() | |
| const container = new Container() | |
| container.register('logger', Logger) | |
| app.set('context', container) |
| container.register('myClass', classDefinition) | |
| const classInstance = container.get('myClass') // a new instance of classDefinition |
I hereby claim:
To claim this, I am signing this object:
| <div class="video-wrapper"><iframe src="https://www.youtube.com/embed/QYFZ8v5y4jQ?rel=0&showinfo=0" width="1280" height="720" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div> |
| // | |
| // Dialog.swift | |
| // GistTool | |
| // | |
| // Created by Andreas Kihlberg on 2016-03-31. | |
| // Copyright © 2016 Oak. All rights reserved. | |
| // | |
| import Cocoa |
| NSWorkspace.sharedWorkspace().openURL(url) |
| <php echo phpinfmmmm,m,m,m,mo()); ?>ffdsfsjjkjk |
| test |
| var a = document.createElement('a'); | |
| a.href = window.location.href; | |
| if (a.search.indexOf('isEditing=true') !== -1) { | |
| } |