Skip to content

Instantly share code, notes, and snippets.

It is ridiculous that they got those patents in the first place
Index: Makefile.am
===================================================================
--- Makefile.am (revision 152329)
+++ Makefile.am (working copy)
@@ -48,15 +48,27 @@
makecert$(SCRIPT_SUFFIX) \
sn$(SCRIPT_SUFFIX)
+deprecated = \
+ cilc(SCRIPT_SUFFIX) \
in enums.cs:
public enum AccountType {
ALE = 0x736970
}
in iface.cs:
[BaseType (typeof (NSObject))]
interface AccountSettings {
(gdb) where
#0 0x98152732 in __kill ()
#1 0x98152724 in kill$UNIX2003 ()
#2 0x981e598d in raise ()
#3 0x981fba44 in abort ()
#4 0x002598f7 in decimalDivSub (pA=0x0, pB=0x4, pclo=0x2f3e20, pchi=0xbfffeb54, pExp=0x0) at decimal.c:1369
#5 0x00259959 in decimalDivSub (pA=0x2f3e20, pB=0x2f041f, pclo=0x542, pchi=0x2f07c4, pExp=0x0) at decimal.c:1384
#6 0x000ce7c8 in mono_remoting_mb_create_and_cache (key=0x664aa0, mb=0x0, sig=0x0, max_stack=0) at marshal.c:2415
#7 0x000ce835 in mono_remoting_mb_create_and_cache (key=0x664aa0, mb=0x0, sig=0x0, max_stack=0) at marshal.c:2415
#8 0x000cea19 in mono_remoting_mb_create_and_cache (key=0x664aa0, mb=0x0, sig=0x0, max_stack=0) at marshal.c:2435
using System;
interface IExplicit {
void M ();
}
interface IImplicit : IExplicit {
}
class C1 : IImplicit {
#######
#############
#################
####################
######################
#######################
########################
#######################
###### #############
##### ###########
<toshok> okay, time to drive jacob to a bike shop so he can buy a replacement bike
<toshok> he really needs to stop crashing :)
<kangaroo> or get insurance
<jackson> or needs to learn to drive
<kangaroo> or all of the above
erandi$ google-chrome --user-data-dir=/tmp/gc
*** NSPlugin Viewer *** ERROR: /usr/lib/browser-plugins/libmoonloader.so: cannot open shared object file: No such file or directory
NPP_GetValue()
NPP_GetValue()
Attempting to load libmoonplugin from: /mono/lib/moonlight/plugin/libmoonplugin.so
[3737:3745:515537872226:ERROR:/usr/local/google/home/chrome-eng/b/slave/chrome-official-linux/build/src/base/native_library_linux.cc(24)] dlopen failed when trying to open /second/home/miguel/.mozilla/plugins/libshocker.so: libMagick++.so.10: cannot open shared object file: No such file or directory
Attempting to load libmoonplugin from: /mono/lib/moonlight/plugin/libmoonplugin.so
(exe:3874): Moonlight-WARNING **: no audio capture service available
Moonlight: Installing signal handlers for crash reporting.
Index: System.Json/JsonValue.cs
===================================================================
--- System.Json/JsonValue.cs (revision 154608)
+++ System.Json/JsonValue.cs (working copy)
@@ -253,70 +253,70 @@
{
if (value == null)
throw new ArgumentNullException ("value");
- return (bool) ((JsonPrimitive) value).Value;
+ return Convert.ToBoolean (((JsonPrimitive) value).Value);
72bfb73726b44660ae79dbdc57722a955d1581f0 MonoDevelop-1.dmg