Skip to content

Instantly share code, notes, and snippets.

View nolanamy's full-sized avatar
🤫

Nolan Amy nolanamy

🤫
View GitHub Profile
static String colorToString(int color)
{
return new String(
" a:" + Color.alpha(color) +
" r:" + Color.red(color) +
" g:" + Color.green(color) +
" b:" + Color.blue(color)
);
}
##
# This file is auto-generated. DO NOT EDIT!
#
require 'protobuf/message'
##
# Message Classes
#
class simple_mail < ::Protobuf::Message; end
message simple_mail
{
optional string body = 1;
}
message mail_list
{
repeated simple_mail simple_mails = 1;
}
package greeting_api;
message Greeting
{
optional string message = 1;
}
##
# This file is auto-generated. DO NOT EDIT!
#
require 'protobuf/message'
module Greeting_Api
##
# Message Classes
#
a = function () { document.location = 'data:Application/octet-stream,' + encodeURIComponent('https://mail.google.com/mail/u/0/?ui=2&ik=e1913f44b3&view=att&th=13d665d8231c76ab&attid=0.1&disp=safe&realattid=f_he976fi52&zw'); }
b = function () { document.location = 'data:Application/octet-stream,' + encodeURIComponent('https://mail.google.com/mail/u/0/?ui=2&ik=e1913f44b3&view=att&th=13d665d8231c76ab&attid=0.2&disp=safe&realattid=f_he97711p3&zw'); }
c = function () { a(); setTimeout(b, 100); }
c();