The TL;DR version of this guide
sudo -H cpan IO::Socket::SSL
sudo -H cpan -fi IO::Socket::SSL
sudo -H cpan -fi Net::SMTP::SSL
When you seek symphony in life...
Projects, stories, ideas, feelings, events and much, much more
The TL;DR version of this guide
sudo -H cpan IO::Socket::SSL
sudo -H cpan -fi IO::Socket::SSL
sudo -H cpan -fi Net::SMTP::SSL
defaults write info.colloquy JVSendHistoryUsesOnlyArrows -bool true
edit "/System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/X86PlatformPlugin.kext/Contents/Resources/Your-Mac-Model.plist"
find:
<key>UnifiedSleepSliderPref</key>
<true/>
replace:
<key>UnifiedSleepSliderPref</key>
<false/>
$ cat /usr/bin/ssh
#!/bin/bash
exec ssh_right -oIPQoS=cs0 $@
git remote set-head origin master
$ clang -fcolor-diagnostics temp.c 2>&1 | ansi2html > temp.html
hg log -r 'first(file("path/to/file"))' --template '{author}\n' -f
This is using hg log together with hg templating. You can customize your output with stuff like {date|isodate} or {desc). -f follows through renames and removals.
static unsigned video_setup_cb(void **opaque, char *chroma, unsigned *width, unsigned *height, unsigned *pitches, unsigned *lines);
static void video_cleanup_cb(void *opaque);
include(CheckCCompilerFlag)
set(CMAKE_REQUIRED_FLAGS "-Wl,-z -Wl,noexecstack")
check_c_compiler_flag("" HAVE_NOEXECSTACK) #empty because we are testing a linker flag
if(HAVE_NOEXECSTACK)
list(APPEND pascal_flags "-k-z" "-knoexecstack")
if(NOT ${MINIMAL_FLAGS})
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_REQUIRED_FLAGS}")
endif()
endif()
unset(CMAKE_REQUIRED_FLAGS)
hg qimport -r revision_start:revision_end
this will generate one .diff file in .hg/patches for each revision between revision_start and revision_end. Afterwards you remove every (with -a in the example) patch from your local repo, so that only the ones in .hg/patches exist. You do so with
hg qpop -a
and then you can edit whatever revision simply by modifying the equivalent rev.diff file. You can merge, delete and add changesets withqdelete qnew qfoldWhen you are done with modifications you just have to re-apply your revised patches with hg qpush -a
and complete the editing withhg qfinish -a
Not bad.
* BFLogBot Commit: 4a4fe6ac0503 | Author: buckyballreaction | Message: koda now belongs in the credits
-N disables shell inputssh -ND portusrname@host
All the projects here are under a Creative Commons 3.0 licence! You can use and distribute them as you like (just quote the author so he knows his work is not useless)!
If you wish to get in touch with me write at projectsymphony@gmail.com