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 MainWindow.xaml
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
<Window x:Class="WPFTest.MainWindow" | |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
Title="MainWindow" Height="350" Width="525"> | |
<Window.Resources> | |
</Window.Resources> | |
<Grid> | |
<Grid.ColumnDefinitions> | |
<ColumnDefinition /> | |
<ColumnDefinition /> |
View MainWindow.xaml
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
<Window x:Class="WPFTest.MainWindow" | |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
Title="MainWindow" Height="350" Width="525"> | |
<Window.Resources> | |
</Window.Resources> | |
<Grid> | |
<Grid.ColumnDefinitions> | |
<ColumnDefinition /> | |
<ColumnDefinition /> |
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
((c-mode . ((eval . (add-project-directories "include/" | |
"third_party/dice-pjsip/pjmedia/include" | |
"third_party/dice-pjsip/pjlib/include" | |
"third_party/dice-pjsip/pjlib-util/include" | |
"third_party/dice-pjsip/pjsip/include" | |
"third_party/dice-pjsip/pjnath/include" ))))) |
View gist:6521564
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
(define (camlCaseSplit (str0 :: <str>)) | |
(let ((word (<builder>)) | |
(l (str0:length)) | |
(pack ())) | |
(do ((i 0 (+ i 1))) | |
((>= i l)) | |
(let ((c (string-ref str0 i))) | |
(if (char-upper-case? c) | |
(begin | |
(set! pack (cons (! to-string word) pack)) |
View cfg_kludges.lua
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
defwinprop { | |
class = "jetbrains-idea-ce", | |
instance = "sun-awt-X11-XWindowPeer", | |
transient_mode = "current", | |
} |
View cfg_kludges.lua
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
defwinprop { | |
class = "jetbrains-idea-ce", | |
instance = "sun-awt-X11-XFramePeer", | |
name = "win(.+)", | |
acrobatic = true, | |
-- float=true, | |
transient_mode="current", | |
} |
View cfg_kludges.lua
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
defwinprop { | |
class = "jetbrains-idea-ce", | |
instance = "sun-awt-X11-XFramePeer", | |
name = "win(.+)", | |
-- acrobatic = true, | |
-- float=true, | |
transient_mode="current", | |
} |
View cfg_kludges.lua
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
defwinprop { | |
class = "jetbrains-idea-ce", | |
instance = "sun-awt-X11-XFramePeer", | |
name = "win(.+)", | |
-- acrobatic = true, | |
-- float=true, | |
transient_mode="current", | |
} |