Skip to content

Instantly share code, notes, and snippets.

@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 / 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.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 / gplus.quick_mention.user.js
Created July 1, 2012 13:10
Google+ Quick Mention => Mention G+ users quickly.
/*
Google+ Quick Mention => Mention G+ users quickly.
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.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 / js01.md
Last active October 17, 2017 08:20 — forked from eccstartup/js01.md
@quietlynn
quietlynn / js_index.md
Last active October 17, 2017 08:15
JavaScript交流记录索引
@quietlynn
quietlynn / dependency_loader.user.js
Created May 9, 2012 15:51
dependency_loader.user.js => Load everything needed in userscripts.
/*
dependency_loader.user.js => Load everything needed in userscripts.
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 / GClef_Tanabata.svg
Created August 11, 2013 14:42
For my Google+ profile photo. Based on Debian SpaceFun Theme (Copyright GPLv2 by Valessio S Brito, https://wiki.debian.org/DebianArt/Themes/SpaceFun ) Licensed under GPLv2.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@quietlynn
quietlynn / gplus.keyboard.user.js
Created August 14, 2012 14:54
Google+ Keyboard Shortcuts
/*
Google+ Keyboard Shortcuts
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