Skip to content

Instantly share code, notes, and snippets.

@Stonos
Stonos / anna2.php
Last active August 29, 2015 14:04
Λύνει έναν γρίφο της εκπομπής Super Game (προσοχή: ακολουθεί ΠΟΛΥ άσχημος κώδικας! :P)
<!doctype html>
<html lang="el">
<head>
<meta charset="utf-8">
<title>ΚΑΚΑΟ</title>
<style type="text/css">
.letter {
color: red;
font-weight: bold;
}
@Stonos
Stonos / x
Created January 7, 2009 21:50
/* This is a template command */
CmdUtils.CreateCommand({
name: "example",
icon: "http://example.com/example.png",
homepage: "http://example.com/",
author: { name: "Your Name", email: "you@example.com"},
license: "GPL",
description: "A short description of your command",
@Stonos
Stonos / x
Created December 25, 2008 18:52
The purpose of this command is to quickly save the inputted text (can be selected text or your own text) to a file on your disk without having to launch a text editor. For more information, please visit http://mike.thedt.net/ubiquity/note/note.php .
// Version 1.2
// Uses code from:
// http://www.captain.at/programming/xul
// https://developer.mozilla.org/en/Writing_textual_data
// http://maloki.net/projects/pingfm-ubiquity
notesConf = {
addLocation:function(location){
if (!Application.prefs.has("notes.location")) {