Skip to content

Instantly share code, notes, and snippets.

@sanxac
sanxac / scss2sass.sh
Created March 15, 2012 20:45
convert scss files to sass and delete .scss files in a directory
#!/bin/bash
for f in *.scss; do sass-convert $f ${f%scss}sass ; done
rm *.scss
//This script randomly cycles images with t1 and t2 id tags with a fade effect by jQuery
//by Sanja Curgus 2008
$(document).ready(function()
{
$("#t1").hide();
$("#t2").hide();
var ThumbsCount = 3;
var thumbs = new Array (ThumbsCount);
Function WMIDateStringToDate(dtmInstallDate)
WMIDateStringToDate = _
CDate(Mid(dtmInstallDate, 5, 2) &_
"/" &_
Mid(dtmInstallDate, 7, 2) &_
"/" &_
Left(dtmInstallDate, 4))
End Function