Skip to content

Instantly share code, notes, and snippets.

View brianxautumn's full-sized avatar

Brian brianxautumn

View GitHub Profile
@AlexSkrypnyk
AlexSkrypnyk / mymodule.css
Last active April 17, 2024 08:37
Drupal 'add more' and 'remove single' AJAX buttons on multi value custom field using FormAPI
input.form-submit.button-small {
padding: 4px 8px;
font-weight: bold;
}
.container-inline input.form-submit.button-small + .ajax-progress.ajax-progress-throbber .throbber {
position: absolute;
left: 19px;
margin-top: 7px;
}
@csujedihy
csujedihy / macos10.9.patch
Created January 12, 2014 03:28
patch for ns2.35 on Mac Os 10.9
diff -aur ns-allinone-2.35.orig/install ns-allinone-2.35/install
--- ns-allinone-2.35.orig/install 2012-09-07 14:36:21.000000000 -0700
+++ ns-allinone-2.35/install 2012-09-07 14:45:52.000000000 -0700
@@ -200,6 +200,7 @@
echo "Darwin detected";
DYLD_LIBRARY_PATH=$CUR_PATH/tcl$TCLVER/unix:$CUR_PATH/tk$TKVER/unix:$DYLD_LIBRARY_PATH
export DYLD_LIBRARY_PATH
+ export LDFLAGS="-framework CoreFoundation"
test_darwin=true
fi