https://miketricking.github.io/dist/#
Subscribe to:
Post Comments (Atom)
Revert last commit or second last and more....
Git revert commit_id -m 1 this command willl revert last commit Git revert commit_id -m 2 this command will revert second commit with same...
-
1. step : <script type="text/javascript"> window.onload = function(){ //Check File API support if(...
-
def time[A](f: => A) = { val s = System.nanoTime val ret = f println("time: " + (System.nanoTime - s) / 1e9 + ...
-
1. Add gem "aws-sdk-s3" and bundle install require 'aws-sdk-s3' # AWS S3 bucket upload method def self.upload...
No comments:
Post a Comment