This file contains 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
#ifndef SDI_COMPILER_H | |
#include <SDI_compiler.h> | |
#endif | |
#include <exec/types.h> | |
#include <exec/memory.h> | |
#include <exec/interrupts.h> | |
#include <devices/input.h> | |
#include <intuition/intuition.h> |
This file contains 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
' Sine-scroller by Fredrik Rambris | |
Dim _SINE(64) | |
_MAXLETTERS=20 | |
Dim _BOBCYCLE(_MAXLETTERS) | |
_SCROLLTEXT$="This is a sine wave scroller that is as fun to watch as hard to read. Greetings to everyone. " | |
CAPTURE_FONT | |
CALC_SINE |
This file contains 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
package com.rambris; | |
import com.ctc.wstx.stax.WstxInputFactory; | |
import com.ctc.wstx.stax.WstxOutputFactory; | |
import com.fasterxml.jackson.databind.SerializationFeature; | |
import com.fasterxml.jackson.dataformat.xml.XmlMapper; | |
import javax.xml.stream.XMLInputFactory; | |
import javax.xml.stream.XMLOutputFactory; | |
import javax.xml.stream.XMLStreamException; |
This file contains 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
#!/usr/bin/env bash | |
# My Lync client and Pidgin fights over whether I'm inactive or not. I got mad and made this script | |
# to keep Pidgin status as "available" | |
KEEP_STATUS="available" | |
while sleep 1 ; do | |
status="$( purple-remote getstatus )" | |
if ! [ "$status" = "$KEEP_STATUS" ] ; then | |
echo "Reset status to $KEEP_STATUS" | |
purple-remote setstatus?status=$KEEP_STATUS |
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am fredrik-rambris on github. | |
* I am fredrik_rambris (https://keybase.io/fredrik_rambris) on keybase. | |
* I have a public key whose fingerprint is 8D0E D16A 92D4 35D7 0238 1CFF 6354 7C4A B9E0 DD7E | |
To claim this, I am signing this object: |