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
< bjarni> det här pluginet kommer att bli kungen av alla plugins | |
< smiler> plugin till vad? | |
< bjarni> kombinationen av gimp och emacs är super effective! :D | |
< bjarni> smiler: plugin till gimp | |
< smiler> aha | |
< jeppe> smiler: det kör emacs | |
< smiler> :| | |
... |
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
Index: C:/PhosDev/EAMarketingPortal/branches/christian.axelsson/apps/CampaignTrackerWeb/Css/layout.css | |
=================================================================== | |
--- C:/PhosDev/EAMarketingPortal/branches/christian.axelsson/apps/CampaignTrackerWeb/Css/layout.css (revision 93) | |
+++ C:/PhosDev/EAMarketingPortal/branches/christian.axelsson/apps/CampaignTrackerWeb/Css/layout.css (revision 94) | |
@@ -106,6 +106,7 @@ | |
background-color: #fffff7; | |
-moz-border-radius: 3px; | |
-webkit-border-radius: 3px; | |
+ border-radius: 3x; | |
border: 1px solid #7f7f7f; |
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
require "socket" | |
require "net/http" | |
require "plugin" | |
require "channel" | |
# The irc class, which talks to the server and holds the main event loop | |
class IRC | |
attr_reader :channels, :nick | |
def initialize(server, port, nick, user, realname, channels) | |
@server = server |
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
return context.eumarketing_milestonemetadatas.Select( md => | |
new MilestoneHierarchy() { | |
ProjectID = md.ProjectID | |
, | |
MilestoneID = md.MilestoneID | |
, | |
MilestoneName = md.eumarketing_milestone.MilestoneName | |
, | |
ProjectName = md.eumarketing_project.ProjectName | |
, |
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
// Add an jQuery AJAX converter to remove fix formatting of dates returned from ASP.NET web methods. | |
// See http://weblogs.asp.net/bleroy/archive/2008/01/18/dates-and-json.aspx for more information. | |
(function () { | |
var DATE_START = "/Date("; | |
var DATE_START_LENGTH = DATE_START.length; | |
function startsWith(str, needle) { | |
return (str.substr(0, needle.length) === needle); | |
} |
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
gcc -Wall -Wno-pointer-sign -g -I/usr/include/libxml2 -D_REENTRANT -I/usr/local/Cellar/cairo/1.12.2/include/cairo -I/usr/local/Cellar/pixman/0.26.2/include/pixman-1 -I/usr/local/Cellar/gtk+/2.24.10/include/gtk-2.0 -I/usr/local/Cellar/gtk+/2.24.10/lib/gtk-2.0/include -I/usr/local/Cellar/atk/2.4.0/include/atk-1.0 -I/usr/local/Cellar/gdk-pixbuf/2.26.1/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/pango/1.30.1/include/pango-1.0 -I/usr/local/Cellar/glib/2.32.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.32.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.1.1/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -c macos.c | |
Package gtk-mac-integration was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `gtk-mac-integration.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'gtk-mac-integration' found | |
macos.c:6:31: error: gtkosxapplication.h: No such file or directory |
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
cd . && /bin/sh /private/tmp/homebrew-gtk-mac-integration-1.0.1-lC4R/gtk-mac-integration-1.0.1/missing --run aclocal-1.10 | |
configure.ac:30: warning: macro `AM_PATH_GLIB_2_0' not found in library | |
cd . && /bin/sh /private/tmp/homebrew-gtk-mac-integration-1.0.1-lC4R/gtk-mac-integration-1.0.1/missing --run autoconf | |
cd . && /bin/sh /private/tmp/homebrew-gtk-mac-integration-1.0.1-lC4R/gtk-mac-integration-1.0.1/missing --run automake-1.10 --gnu | |
configure.ac:30: error: possibly undefined macro: AM_PATH_GLIB_2_0 | |
If this token and others are legitimate, please use m4_pattern_allow. | |
See the Autoconf documentation. | |
configure.ac:47: error: possibly undefined macro: AS_ECHO | |
make: *** [configure] Error 1 | |
make: *** Waiting for unfinished jobs.... |
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
require 'formula' | |
class GtkMacIntegration < Formula | |
homepage '' | |
url 'http://download.gnome.org/sources/gtk-mac-integration/1.0/gtk-mac-integration-1.0.1.tar.xz' | |
sha1 '29bf43caaa132d1834af9a0ce5e5794405afa538' | |
# depends_on 'autoconf' => :build | |
depends_on 'automake' => :build | |
depends_on 'pkg-config' => :build |
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
==> make install | |
cd . && /bin/sh /private/tmp/homebrew-gtk-mac-integration-1.0.1-vqqN/gtk-mac-integration-1.0.1/missing --run aclocal-1.10 | |
configure.ac:30: warning: macro `AM_PATH_GLIB_2_0' not found in library | |
cd . && /bin/sh /private/tmp/homebrew-gtk-mac-integration-1.0.1-vqqN/gtk-mac-integration-1.0.1/missing --run autoconf | |
cd . && /bin/sh /private/tmp/homebrew-gtk-mac-integration-1.0.1-vqqN/gtk-mac-integration-1.0.1/missing --run automake-1.10 --gnu | |
configure.ac:30: error: possibly undefined macro: AM_PATH_GLIB_2_0 | |
If this token and others are legitimate, please use m4_pattern_allow. | |
See the Autoconf documentation. | |
configure.ac:47: error: possibly undefined macro: AS_ECHO | |
make: *** [configure] Error 1 |
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
require 'formula' | |
class Gtkx < Formula | |
homepage 'http://gtk.org/' | |
url 'http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.10.tar.xz' | |
sha256 'ea56e31bb9d6e19ed2e8911f4c7ac493cb804431caa21cdcadae625d375a0e89' | |
depends_on 'pkg-config' => :build | |
depends_on 'xz' => :build | |
depends_on 'glib' |