These are all the JSConf 2014 slides, codes, and notes I was able to cull together from twitter. Thanks to the speakers who posted them and thanks to @chantastic for posting his wonderful notes.
These are all the JSConf 2014 slides, codes, and notes I was able to cull together from twitter. Thanks to the speakers who posted them and thanks to @chantastic for posting his wonderful notes.
These are all the JSConf 2014 slides, codes, and notes I was able to cull together from twitter. Thanks to the speakers who posted them and thanks to @chantastic for posting his wonderful notes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
startup_message off | |
vbell off | |
defscrollback 512 | |
shell -$SHELL | |
shelltitle sh | |
autodetach on | |
# enable SHIFT-PGUP / SHIFT-PGDOWN scroll | |
termcapinfo rxvt ti@:te@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- | |
Widget Configuration Reference: | |
http://docs.blackberry.com/en/developers/deliverables/15274/ | |
--> | |
<widget xmlns="http://www.w3.org/ns/widgets" | |
xmlns:rim="http://www.blackberry.com/ns/widgets" | |
version="1.0.0.0"> |