Public Gists by axemclion

Gravatar
Thu Oct 22 07:22:58 -0700 2009
1
2
3
/*
 
 
Gravatar
Tue Oct 20 00:35:21 -0700 2009
1
2
3
/**
 
 * This is the function that intercepts a form submit. This function is written into the target
Gravatar
Mon Oct 05 05:56:34 -0700 2009
1
2
3
function parseInterval(interval){
            var u = {};
            u["minute"] = 1;
gist: 197927 AutoUpdater Greasemonkey
Gravatar
Wed Sep 30 01:58:00 -0700 2009
1
2
3
// Checks if there is a new script version according to the version information in the script homepage
// The version information is in a line in the full description of the script: "<p>#[V:00000000]#</p>" (00000000 is the version number)
// If the request is successful and there is a new version available, a message to the user is displayed
gist: 155859 Screen Scraper Template
Gravatar
Sun Jul 26 09:56:13 -0700 2009
1
2
3
// ==UserScript==
// @name ScreenScraperTemplate
// @namespace http://dy-verse.blogspot.com
Gravatar
Tue Jul 14 09:25:53 -0700 2009
1
2
3
package com.emc.smashup.atmos.api;
 
import java.io.File;
Gravatar
Tue Jul 14 09:25:32 -0700 2009
1
2
3
package com.emc.smashup.atmos.api;
 
import java.io.File;
gist: 133984 A HTML file that can be use...
Gravatar
Mon Jun 22 07:19:25 -0700 2009
1
2
3
<html>
    <head></head>
    <body>
gist: 114622 My first computer program. ...
Gravatar
Tue May 19 21:40:40 -0700 2009
1
2
3
10 CLS : KEY OFF: SCREEN 9: x = 320: y = 170: vvv = 750: col = 15: Col1 = 15
20 LOCATE 10, 10: INPUT "Start a new session (Y/N)"; an$: DIM ch(7561.5)
30 LOCATE 11, 10: INPUT "give the resolution :", res: IF res = 0 THEN res = 10
gist: 97503 WCD Batch File
Gravatar
Sat Apr 18 01:40:34 -0700 2009
1
2
3
@echo off
 
set PDC_RESTORE_SCREEN=1
gist: 89202 A bookmarklet to resize any...
Gravatar
Thu Apr 02 07:08:25 -0700 2009
1
2
3
var FlashResizer = {
 
    init: function() {
gist: 28928 Ubiquity command convert t...
Gravatar
Tue Nov 25 06:17:48 -0800 2008
1
2
3
/*
This is a command to linkify the selected text with search results in Google
Particularily useful to insert links while blogging
gist: 26425 Ubiquity command to post bo...
Gravatar
Tue Nov 18 21:17:48 -0800 2008
1
2
3
/* This is the command to add a bookmark to delicious */
CmdUtils.CreateCommand(
{