View *scratch*.el
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
;; then enter the text in that file's own buffer. | |
;; Initialization time: 15.0 seconds seconds. | |
;; Emacs profile: home-windows |
View *scratch*.el
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
;; then enter the text in that file's own buffer. | |
;; Initialization time: 15.0 seconds seconds. | |
;; Emacs profile: home-windows |
View *scratch*.el
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
30-Jun-15 11:39:50 AM | |
PS C:\Users\ale\local\opt\emacs > cd | |
# Directory Stack: | |
--- ---------------- | |
0 C:\Users\ale | |
1 C:\Users\ale\src\MesaGrid | |
2 C:\Users\ale\local\opt\emacs\bin | |
-> 3 C:\Users\ale\local\opt\emacs |
View *scratch*.el
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
(featurep 'yagist) | |
https://gist.github.com/3f613edf681e2303c465 |
View anonymous-gist.
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
(featurep 'antani) | |
nil |
View Keymap.fs
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
module Keymap = | |
type Modifier = Ctrl = 1 | Alt = 2 | Win = 4 | Shift = 8 | None = 0 | |
type KeyStroke = Key of Modifier * string | |
type Keyseq = KeyStroke list | |
type CommandFn = Keyseq -> Unit |
View zshfiles.txt
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
zsh /etc/ | |
zsh /etc/zsh/ | |
zsh /etc/zsh/zprofile | |
zsh /usr/ | |
zsh /usr/bin/ | |
zsh /usr/bin/zsh-5.0.7.exe |
View Resources.Designer.cs
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
//------------------------------------------------------------------------------ | |
// <auto-generated> | |
// This code was generated by a tool. | |
// Runtime Version:4.0.30319.34014 | |
// | |
// Changes to this file may cause incorrect behavior and will be lost if | |
// the code is regenerated. | |
// </auto-generated> | |
//------------------------------------------------------------------------------ |
View Resources.Designer.cs
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
//------------------------------------------------------------------------------ | |
// <auto-generated> | |
// This code was generated by a tool. | |
// Runtime Version:4.0.30319.34014 | |
// | |
// Changes to this file may cause incorrect behavior and will be lost if | |
// the code is regenerated. | |
// </auto-generated> | |
//------------------------------------------------------------------------------ |
View Program.cs
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
using System; | |
using System.Collections.Generic; | |
using System.IO; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
using System.Xml.Serialization; | |
namespace XmlExample | |
{ |