au BufRead,BufNewFile *.vala \
let g:netrw_sort_sequence = ‘[\/]$,<core \%(\.\d\+\)\=,\.[a-np-z]$,\.vala,\.h$,\.c$,\.cpp$,*,\.o$,\.obj$,\.info$,\.swp$,\.bak$,\~$’
|
|
||
|
au BufRead,BufNewFile *.vala \
At work I’m currently developing software which is supposed to run on openSUSE. I need to query the package database at some point which of course does not exist on my ubuntu machine. Here’s a quick setup how to create a fake local RPM database: echo "%_dbpath /home/user/rpmdb" >> ~/.rpmmacros And [...] –exclude-vcs Short update on the XBox360 support of rygel: Streaming of transcoded audio and video to the XBox What doesn’t work: Seeking in transcoded media. This includes stopping and resuming. [...] While trying to vamp up XBox 360 support for rygel, I also need a transcoder suitable for the XBox. While H.264 would work it is CPU consuming and hard to get right for the XBox, because it is quite picky. So I decided to go for WMV1/WMA2. Prototype gst-launch commandline: gst-launch filesrc location=input_file ! decodebin2 name=decoder [...] I just uploaded pmp 0.1 – Poor man’s prism desktop web application creator to github: http://github.com/phako/pmp A release tarball can be found here: pmp-0.1.tar.gz What is pmp? pmp shares some similarities to Mozilla’s Prism. It creates a “standalone” app from a web application. Pmp uses Webkit as its rendering backend. How do I use it? To create an edge (that [...] Rygel 0.4.6 has been released. This is a big step forward to the XBox 360 support as it finally implements search! See the original announcement at Zeenix’ Blog Say you have a binary registry export or dump from Windows and need to have a look at its contents. What do you do? The solution I came up with is: WINEPREFIX=/tmp/dump regedit *.reg Which gives you nice plain-text ini-style registries to examine in /tmp/dump. That obviously needs Wine installed. Quick reference for using postfix as a “shield” server to Exchange to check valid mailboxes against ActiveDirectory (SBS edition): create a LDAP configuration file: server_host = ad-server.your.domain Due to some last-minute bugs rygel 0.4.1 has been released. It is also available in debian unstable now |
||
|
Copyright © 2010 The adventures of Foo - All Rights Reserved |
||