Skip to content

Instantly share code, notes, and snippets.

@NeverMin
NeverMin / Export_ProcessEntityID_Process-3ec5912b19c59c68cd5058e6822c80cb.yml
Last active June 29, 2017 02:57
Export_ProcessEntityID_Process-3ec5912b19c59c68cd5058e6822c80cb.yml
---
Activities:
Activity-496dab3247f0391ff73fc46dc5ae6925:
ActivityDialogs:
- ActivityDialog-a696317ed74e2982e1ec564953e6d4a9
- ActivityDialog-057a17586ee4c9f6f8e35a9233cc1f35
ChangeTime: 2017-06-28 10:22:52
Config:
ActivityDialog:
'1': ActivityDialog-a696317ed74e2982e1ec564953e6d4a9
@NeverMin
NeverMin / Omniauth_Strategy_Weibo.rb
Created April 2, 2017 00:28 — forked from krongk/Omniauth_Strategy_Weibo.rb
Omniauth Strategy Weibo 新浪微博Oauth2
#C:\Sites\tm_wed\lib\omniauth\strategies\weibo.rb
# Updated at: 2014-09-04
# Author: we@wedxt.com
require 'omniauth-oauth2'
module OmniAuth
module Strategies
class Weibo < OmniAuth::Strategies::OAuth2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Choice your login type</title>
<script type="text/javascript">
var expDays = 30;
var exp = new Date();
exp.setTime(exp.getTime() + (expDays*24*60*60*1000));
#!/usr/bin/perl -w
# rss2html - converts an RSS file to HTML
# It take one argument, either a file on the local system,
# or an HTTP URL like http://slashdot.org/slashdot.rdf
# by Jonathan Eisenzopf. v1.0 19990901
# Copyright (c) 1999 Jupitermedia Corp. All Rights Reserved.
# See http://www.webreference.com/perl for more information
#
# 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
#!/bin/bash
##############################
# dnspodsh v0.3
# 基于dnspod api构架的bash ddns客户端
# 作者:zrong(zengrong.net)
# 详细介绍:http://zengrong.net/post/1524.htm
# 创建日期:2012-02-13
# 更新日期:2012-03-11
##############################