I hereby claim:
- I am kennethlarsen on github.
- I am kennethlarsen (https://keybase.io/kennethlarsen) on keybase.
- I have a public key ASD-KVBt-mIGmvaLCndgzVA0dADlFTt2aDidnBq3wacp1Qo
To claim this, I am signing this object:
| import Ember from 'ember'; | |
| export default Ember.Controller.extend({ | |
| appName: 'Ember Twiddle' | |
| }); |
I hereby claim:
To claim this, I am signing this object:
| ember install ember-cli-sass && ember install ember-cli-bootstrap-sassy && echo '@import "bootstrap";' > ./app/styles/app.scss && rm ./app/styles/app.css |
| <?php // Load and parse the XML document | |
| $rss = simplexml_load_file($_POST['xmlurl']); | |
| $title = $rss->channel->title; | |
| ?> | |
| <html xml:lang="da" lang="da"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title><?php echo $title; ?></title> | |
| </head> |
| protected override void Initialize() | |
| { | |
| // TODO: Add your initialization logic here | |
| graphics.PreferredBackBufferHeight = 500; | |
| graphics.PreferredBackBufferWidth = 500; | |
| graphics.IsFullScreen = false; | |
| graphics.ApplyChanges(); | |
| Window.Title = "Title here"; | |
| base.Initialize(); | |
| } |