Skip to content

Instantly share code, notes, and snippets.

View jimmyyem's full-sized avatar
💭
I may be slow to respond.

jimmyyem jimmyyem

💭
I may be slow to respond.
View GitHub Profile
@ccuhospital
ccuhospital / Line_pretest.md
Created December 12, 2017 05:58
about line pretest

Q1 Where n is a positive integer, the function $ f(n)$ satisfies the following.

#

(1) Please create a program to find $ f(n)$ .(You can write in any language that you are good at.)

Here can using recursive to sloving this problem:

@edokeh
edokeh / index.js
Last active April 18, 2024 08:07
佛祖保佑,永无 BUG
//
// _oo0oo_
// o8888888o
// 88" . "88
// (| -_- |)
// 0\ = /0
// ___/`---'\___
// .' \\| |// '.
// / \\||| : |||// \
// / _||||| -:- |||||- \
@ck-on
ck-on / ocp.php
Last active March 25, 2024 09:30
OCP - Opcache Control Panel (aka Zend Optimizer+ Control Panel for PHP)#ocp #php #opcache #opcode #cache #zend #optimizerplus #optimizer+
<?php
/*
OCP - Opcache Control Panel (aka Zend Optimizer+ Control Panel for PHP)
Author: _ck_ (with contributions by GK, stasilok)
Version: 0.1.7
Free for any kind of use or modification, I am not responsible for anything, please share your improvements
* revision history
0.1.7 2015-09-01 regex fix for PHP7 phpinfo
0.1.6 2013-04-12 moved meta to footer so graphs can be higher and reduce clutter
@alexmuller
alexmuller / hex_md5.js
Last active June 17, 2022 18:48
Display Gravatar when user has finished typing their email address
/*
* A JavaScript implementation of the RSA Data Security, Inc. MD5 Message
* Digest Algorithm, as defined in RFC 1321.
* Version 2.2 Copyright (C) Paul Johnston 1999 - 2009
* Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
* Distributed under the BSD License
* See http://pajhome.org.uk/crypt/md5 for more info.
*/
/*