This file contains hidden or 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
#!/bin/sh | |
# It will only work if there is something staged and something unstaged, but it's just a proof of concept :) | |
TARGET=$1 | |
git stash --keep-index | |
git stash | |
ORIGINAL=$(git show -s --pretty=%H) | |
git reset --hard $TARGET | |
git stash pop |
This file contains hidden or 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
class Model < AR::Base | |
CONSTANT = "K" | |
named_scope :my_grandma, lambda { blah! } | |
belongs_to :something | |
attr_wicked :column | |
attr_accessible :col2 | |
attr_protected :col3 |
This file contains hidden or 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
Section "ServerLayout" | |
Identifier "Xorg Configured" | |
Screen 0 "Screen0" 0 0 | |
InputDevice "Keyboard0" "CoreKeyboard" | |
InputDevice "PS/2 Mouse" "CorePointer" | |
# Serial Mouse not detected | |
# USB Mouse not detected | |
EndSection | |
Section "ServerFlags" |
This file contains hidden or 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
Section "Device" | |
Identifier "Card0" | |
Driver "vesa" | |
VendorName "All" | |
BoardName "All" | |
EndSection | |
This file contains hidden or 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
X.Org X Server 1.5.3 | |
Release Date: 5 November 2008 | |
X Protocol Version 11, Revision 0 | |
Build Operating System: Linux 2.6.27-ARCH i686 | |
Current Operating System: Linux Evaristo 2.6.28-ARCH #1 SMP PREEMPT Sun Jan 18 20:17:17 UTC 2009 i686 | |
Build Date: 17 December 2008 08:20:05PM | |
Before reporting problems, check http://wiki.x.org | |
to make sure that you have the latest version. |
This file contains hidden or 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
X.Org X Server 1.5.3 | |
Release Date: 5 November 2008 | |
X Protocol Version 11, Revision 0 | |
Build Operating System: Linux 2.6.27-ARCH i686 | |
Current Operating System: Linux Evaristo 2.6.28-ARCH #1 SMP PREEMPT Sun Jan 18 20:17:17 UTC 2009 i686 | |
Build Date: 17 December 2008 08:20:05PM | |
Before reporting problems, check http://wiki.x.org | |
to make sure that you have the latest version. |
This file contains hidden or 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
X.Org X Server 1.5.3 | |
Release Date: 5 November 2008 | |
X Protocol Version 11, Revision 0 | |
Build Operating System: Linux 2.6.27-ARCH i686 | |
Current Operating System: Linux Evaristo 2.6.28-ARCH #1 SMP PREEMPT Sun Jan 18 20:17:17 UTC 2009 i686 | |
Build Date: 17 December 2008 08:20:05PM | |
Before reporting problems, check http://wiki.x.org | |
to make sure that you have the latest version. |
This file contains hidden or 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
# File generated by XFdrake. | |
# ********************************************************************** | |
# Refer to the XF86Config man page for details about the format of | |
# this file. | |
# ********************************************************************** | |
Section "Files" | |
# Multiple FontPath entries are allowed (they are concatenated together) | |
# By default, Mandrake 6.0 and later now use a font server independent of |