- Bundler - Bundler maintains a consistent environment for ruby applications. It tracks an application's code and the rubygems it needs to run, so that an application will always have the exact gems (and versions) that it needs to run.
- rabl - General ruby templating with json, bson, xml, plist and msgpack support
- Thin - Very fast and lightweight Ruby web server
- Unicorn - Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels.
- SimpleCov - SimpleCov is a code coverage analysis tool for Ruby 1.9.
- Zeus - Zeus preloads your Rails app so that your normal development tasks such as console, server, generate, and specs/tests take less than one second.
- [factory_girl](h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Subscribe to my YouTube Channel -> https://lokjianming.page.link/CVLm # | |
# Blog -> https://jerrylokjianming.github.io/ # | |
How to Crack Sublime Text 3.2.2 Build 3211 with Hex Editor (without license) ↓ | |
1. Download & Install Sublime Text 3.2.2 Build 3211 | |
2. Visit <https://hexed.it/> | |
3. Open file select sublime_text.exe | |
4. Offset 0x8545: Original 84 -> 85 | |
5. Offset 0x08FF19: Original 75 -> EB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* DataForm 数据表单封装 | |
*/ | |
function DataForm(){ | |
}; | |
DataForm.formSelector = "form:jqmData(role='DataForm')"; | |
DataForm.formID = "WxRiskCalcuDataForm"; | |
DataForm.formAction = $("#"+DataForm.formID).attr("action"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -L https://www.atom.io/api/updates/download -A "Atom/0.1 CFNetwork/1.5" > Atom.zip | |
unzip Atom.zip | |
mv Atom.app /Applications/ |
- lxml - Pythonic binding for the C libraries libxml2 and libxslt.
- boto - Python interface to Amazon Web Services
- Django - Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
- Fabric - Library and command-line tool for streamlining the use of SSH for application deployment or systems administration task.
- PyMongo - Tools for working with MongoDB, and is the recommended way to work with MongoDB from Python.
- Celery - Task queue to distribute work across threads or machines.
- pytz - pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.4 or higher.
- jQuery - The de-facto library for the modern age. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.
- Backbone - Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.
- AngularJS - Conventions based MVC framework for HTML5 apps.
- Underscore - Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects.
- lawnchair - Key/value store adapter for indexdb, localStorage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | |
scrollbar{ | |
-moz-appearance: none !important; | |
background: rgb(220,224,228) !important; | |
} | |
scrollbarbutton{ | |
-moz-appearance: none !important; | |
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAANCAYAAACgu+4kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFLSURBVDhPtZK/SgNBEIcXNEEh2EgQ7nZm9i/KNioniFpY+A52gpUPIIIgKIhvYGtjbeVT2KmNRCsfwMLa6IVzNrcSJGhi4Qd3cDPz/ZhdTvwbm0JMeoBdj7gXQmim8ngURdGwAPsGqWuRSiflMRFNpfbvFIVoWIkHLL85bSrPD4d8GMSTkSGFEA0H+SEL3SgaolcOekkhPQ1wKqWcTuPfiem89tGXbIGeFeIO17Yt4FMKKS3BWTu0W0mrWciyWZPDOQ+81zJ2TJZtpbbg9Te4dh97jlTPAFxorefqbhBNJ/HSk6rPC9CJQt0cMA+wYvohuvJKV+xchXZoifjic5ZRZvHBEq0lZwhPtOQAbtMmFQBkwjk3w1JpER9Vnq+m2R9RSi3yce6c4o2lz/sBmvDaZtl6mhmJI1rme7hhB+L3xOBCxifKf/5DhxHiEzOwVIdXYPWPAAAAAElFTkSuQmCC) no-repeat left center transparent!important; | |
width:16px!important; |