Skip to content

Instantly share code, notes, and snippets.

defwinprop {
class = "jetbrains-idea-ce",
instance = "sun-awt-X11-XFramePeer",
name = "win(.+)",
acrobatic = true,
-- float=true,
transient_mode="current",
}
defwinprop {
class = "jetbrains-idea-ce",
instance = "sun-awt-X11-XFramePeer",
name = "win(.+)",
-- acrobatic = true,
-- float=true,
transient_mode="current",
}
defwinprop {
class = "jetbrains-idea-ce",
instance = "sun-awt-X11-XFramePeer",
name = "win(.+)",
-- acrobatic = true,
-- float=true,
transient_mode="current",
}
defwinprop {
class = "jetbrains-idea-ce",
instance = "sun-awt-X11-XWindowPeer",
transient_mode = "current",
}
@laynor
laynor / gist:6521564
Last active December 22, 2015 19:39
split word at case change
(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))
((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" )))))
<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 />
<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 />
@laynor
laynor / anonymous-gist.
Created April 29, 2014 20:41
error-message
Starting /home/ale/src/qt/example/build-ExampleMain-Desktop-Debug/ExampleMain...
QML debugging is enabled. Only use this in a safe environment.
QQmlApplicationEngine failed to load component
qrc:///main.qml:3 module "com.example.ExampleComponents" is not installed
-*- mode: compilation; default-directory: "~/src/android/mesaCare-android/" -*-
Compilation started at Mon May 19 12:14:18
./gradlew assembleNormalRelease
Parallel execution is an incubating feature.
:MesaCare:preBuild
:MesaCare:preNormalReleaseBuild
:MesaCare:checkNormalReleaseManifest
:MesaCare:prepareNormalReleaseDependencies
:MesaCare:compileNormalReleaseAidl