Install jsonlint to act as syntastic json checker:
$ npm install jsonlint -gTell syntatastic about it:
" in your ~/.vimrc| Windows Registry Editor Version 5.00 | |
| [-HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder] | |
| [-HKEY_CLASSES_ROOT\Directory\shell\Cmder] |
| // A thing I want to do | |
| // This flow only involves **one** promise, for example an ajax call | |
| // None of the subsequent `then` or `catch` calls, return new promises. | |
| var explode = false; | |
| var promise = new Promise(function(resolve, reject) { | |
| if (explode) { |
Install jsonlint to act as syntastic json checker:
$ npm install jsonlint -gTell syntatastic about it:
" in your ~/.vimrc| # activerecord-3.0.0/lib/active_record/connection_adapters/mysql_adapter.rb | |
| # Maps logical Rails types to MySQL-specific data types. | |
| def type_to_sql(type, limit = nil, precision = nil, scale = nil) | |
| return super unless type.to_s == 'integer' | |
| case limit | |
| when 1; 'tinyint' | |
| when 2; 'smallint' | |
| when 3; 'mediumint' | |
| when nil, 4, 11; 'int(11)' # compatibility with MySQL default |
| var app = angular.module('MyApp'); | |
| app.controller('ContactController', ['$scope', function($scope) { | |
| $scope.contacts = ["juntao", "abruzzi"]; | |
| $scope.submit = function() { | |
| $scope.$parent.toggleContactsPanel(); | |
| }; | |
| }]); |
| # Chinese (China) translations for Devise(3.5.2) | |
| # by Kenrick-Zhou (https://github.com/Kenrick-Zhou) | |
| # https://gist.github.com/Kenrick-Zhou/7909822 | |
| zh-CN: | |
| devise: | |
| confirmations: | |
| confirmed: "您的帐号已经确认,您现在已登录。" | |
| send_instructions: "几分钟后,您将收到确认帐号的电子邮件。" | |
| send_paranoid_instructions: "如果您的邮箱存在于我们的数据库中,您将收到一封确认账号的邮件。" |
| #!/bin/bash | |
| # | |
| # Open the specified file on GitHub. It will use the master branch by default: | |
| # | |
| # repo -f app/controllers/application_controller.rb | |
| # | |
| # Specify a different branch: | |
| # | |
| # repo -b another-branch -f app/controllers/application_controller.rb |
| # to generate your dhparam.pem file, run in the terminal | |
| openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
| (function( describe ){ | |
| "use strict"; | |
| /** | |
| * Demonstration of how to properly use Jasmine testing with AngularJS promise-based services. | |
| * | |
| * NOTE: based on the origina version from Jim Lavin's | |
| * http://codingsmackdown.tv/blog/2012/12/28/mocking-promises-in-unit-tests/ | |
| * | |
| * FIXED: Igor Minar fixed this on 8/22/2013. Check with v1.2.x master branch of AngularJS |
==========
A useful tools or tips list for mobile web application developing
这个项目收集移动端开发所需要的一些资源与小技巧
一些非常重要的工具类网站