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
source "https://rubygems.org" | |
gem 'rspec' |
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
diff -urN --exclude='*.orig' --exclude='*.rej' --exclude='*.swp' macvim-snapshot-70-orig/runtime/doc/eval.txt macvim-snapshot-70/runtime/doc/eval.txt | |
--- macvim-snapshot-70-orig/runtime/doc/eval.txt 2013-08-10 09:09:20.000000000 -0500 | |
+++ macvim-snapshot-70/runtime/doc/eval.txt 2013-08-12 21:49:00.000000000 -0500 | |
@@ -6409,8 +6409,8 @@ | |
keymap Compiled with 'keymap' support. | |
langmap Compiled with 'langmap' support. | |
libcall Compiled with |libcall()| support. | |
-linebreak Compiled with 'linebreak', 'breakat' and 'showbreak' | |
- support. | |
+linebreak Compiled with 'linebreak', 'breakat', 'showbreak' and |
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
gdb-7 vice-macosx-sdl-x86_64-2.4.7/x128.app/Contents/MacOS/x128 | |
GNU gdb (GDB) 7.7.1 | |
Copyright (C) 2014 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "x86_64-apple-darwin13.3.0". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: |
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
(progn (load "/Users/eric/.emacs.d/elpa/slime-20140913.730/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-loader:init")) (funcall (read-from-string "swank:start-server") "/var/folders/29/q5kzn0v96d7dqq4m8l8924cm0000gn/T/slime.10210")) | |
This is SBCL 1.2.2, an implementation of ANSI Common Lisp. | |
More information about SBCL is available at <http://www.sbcl.org/>. | |
SBCL is free software, provided as is, with absolutely no warranty. | |
It is mostly in the public domain; some portions are provided under | |
BSD-style licenses. See the CREDITS and COPYING files in the | |
distribution for more information. | |
* |
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
eric@solaris11:~/SCSI$ sudo mount -F ufs /dev/dsk/c2t0d0s8 /mnt/i | |
Password: | |
May 28 16:32:10 solaris11 sudo: eric : TTY=console ; PWD=/export/home/eric/SCSI ; USER=root ; COMMAND=/usr/sbin/mount -F ufs /dev/dsk/c2t0d0s8 /mnt/i | |
May 28 16:32:10 solaris11 ufs: NOTICE: mount: not a UFS magic number (0x54190100) | |
mount: /dev/dsk/c2t0d0s8 is not this fstype |
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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by jpilot configure 1.8.2, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --verbose --prefix=/usr/local/stow/jpilot-1.8.2 --disable-dependency-tracking --cache-file=/dev/null | |
## --------- ## | |
## Platform. ## |
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
gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src/arch/sdl -I../../../src/arch -I../../../src -I../../../src/drive -I../../../src/c64 -I../../../src/c64dtv -I../../../src/c128 -I../../../src/vic20 -I../../../src/pet -I../../../src/cbm2 -I../../../src/plus4 -I../../../src/raster -I../../../src/rs232drv -I../../../src/samplerdrv -I../../../src/sid -I../../../src/userport -I../../../src/vdrive -I../../../src/video -I../../../src/lib/p64 -I../../../src/platform -I../../../src/joyport -I../../../src -O0 -g -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT ps-ieee1284.o -MD -MP -MF .deps/ps-ieee1284.Tpo -c -o ps-ieee1284.o ps-ieee1284.c | |
In file included from ps-ieee1284.c:32:0: | |
../unix/ps-ieee1284.c: In function ‘detect_sid_read’: | |
../unix/ps-ieee1284.c:80:37: error: ‘addr’ undeclared (first use in this function) | |
parsid_ieee1284_outb_data(port, addr & 0x1f); | |
^ | |
../unix/ps-ieee1284.c:80:37: note: each undeclared identifier is reported only once for each function it a |
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
#include <stdio.h> | |
void somefunc1(); | |
void somefunc2(void); | |
void somefunc3(); | |
void somefunc4(void); | |
int main() { | |
somefunc1(); | |
somefunc2(); |
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
' MakeOverduesList | |
' New, soon to be properly-formatted, list made from original | |
Dim newList As String | |
Const myTemplatesPath = "C:\Users\USERNAME\Documents\Synchronized\_NEW_\" ' Path to templates | |
Const reportsPath = "N:\Library\Overdues\" ' Path to reports | |
'Const reportsPath = "C:\Users\USERNAME\Desktop\Overdues LOCAL" | |
Const listTemplate = "Overdues.xlt" ' Name of template | |
Const shortcutFilename = "N:\Library\Overdues\Shortcut to current overdues - DO NOT DELETE.lnk" ' Shortcut to current overdues |
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
Sub PasteFormulas() | |
' | |
' PasteFormulas Macro | |
' Paste formulas, retaining destination formatting | |
' | |
' | |
Selection.PasteSpecial Paste:=xlPasteFormulas, Operation:=xlNone, _ | |
SkipBlanks:=False, Transpose:=False | |
End Sub |