Skip to content

Instantly share code, notes, and snippets.

@quietlynn
quietlynn / gplus.stream.api.js
Created January 3, 2012 10:48
An unofficial API to get Google+ streams.
/*
Google+ Stream API => An unofficial API to get Google+ streams.
Copyright (C) 2012 Jingqin Lynn
Based on the "An Unofficial Google+ Circle and Followers API for Google Chrome" poject
https://github.com/mohamedmansour/google-plus-extension-jsapi
by +Mohamed Mansour <https://github.com/mohamedmansour>
Under the license: https://github.com/mohamedmansour/google-plus-extension-jsapi/blob/master/LICENSE.md
This program is free software: you can redistribute it and/or modify
@quietlynn
quietlynn / 12306.user.js
Created January 3, 2012 12:01
12306 Auto Query => A javascript snippet to help you book ticket
/*
12306 Auto Query => A javascript snippet to help you book tickets online.
Copyright (C) 2011-2012 Jingqin Lynn
Includes jQuery
Copyright 2011, John Resig
Dual licensed under the MIT or GPL Version 2 licenses.
http://jquery.org/license
Includes Sizzle.js
@quietlynn
quietlynn / gplus.timetable.user.js
Created January 8, 2012 11:12
Google+ Timetable
/*
Google+ Timetable => Get links of one's recent posts.
Copyright (C) 2012 Jingqin Lynn
Includes jQuery
Copyright 2011, John Resig
Dual licensed under the MIT or GPL Version 2 licenses.
http://jquery.org/license
Includes Sizzle.js
@quietlynn
quietlynn / gplus.censor.post.user.js
Created January 18, 2012 15:41
Google+ Post Censorship => Censor the words in your post.
/*
Google+ Post Censorship => Censor the words in your post.
Copyright (C) 2012 Jingqin Lynn
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@quietlynn
quietlynn / gplus.inline_media.user.js
Created January 27, 2012 11:54
Google+ Inline Media
/*
Google+ Inline Media => Reduce rich-media noise.
Copyright (C) 2012 Jingqin Lynn
Includes jQuery
Copyright 2011, John Resig
Dual licensed under the MIT or GPL Version 2 licenses.
http://jquery.org/license
Includes Sizzle.js
@quietlynn
quietlynn / gplus_toolkit.user.js
Created January 28, 2012 12:52
[DEPRECATED] Google+ Toolkit
/*
Google+ Toolkit => Handle Google+ DOM more easily.
Copyright (C) 2012 Jingqin Lynn
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@quietlynn
quietlynn / gplus_fuu.user.js
Created January 28, 2012 12:52
[DEPRECATED] Google+ Fuu
/*
Google+ Fuu => Reply posts in one click.
Copyright (C) 2012 Jingqin Lynn
Includes Japansese translation of UI text.
Copyright (C) 2012 +Cless Jiang < https://plus.google.com/114649741876253367865 >
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
@quietlynn
quietlynn / gplus.one_dimension.user.js
Created February 25, 2012 15:01
Google+ One Dimension
/*
Google+ One Dimension => Decode octet encoding in G+.
Copyright (C) 2012 Jingqin Lynn
Includes jQuery
Copyright 2011, John Resig
Dual licensed under the MIT or GPL Version 2 licenses.
http://jquery.org/license
Includes Sizzle.js
@quietlynn
quietlynn / PiCalculator.cs
Created March 13, 2012 13:07
A simple PI calculator in C#.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Numerics;
namespace PiCalculator
{
public class PiCalculator
{
@quietlynn
quietlynn / gplus_conditional_fuu.user.js
Created March 23, 2012 14:57
Google+ Conditional Fuu
/*
Google+ Conditional Fuu => Automatically reply posts on certain conditions.
Copyright (C) 2012 Jingqin Lynn
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,