Skip to content

Instantly share code, notes, and snippets.

@dlamichhane
dlamichhane / braking.md
Created October 18, 2017 09:38
Fahrschule
@dlamichhane
dlamichhane / ruby_exception.rb
Last active March 16, 2018 10:10
Ruby Exception
module Me
LimitException = Class.new(StandardError)
LimitException2 = Class.new(StandardError)
class Sync
def self.find_me(digit)
raise LimitException if digit == 1
raise LimitException2 if digit == 2
puts digit
end
To push without using SSH
- git push https://username:[email protected]/file.git --all
@dlamichhane
dlamichhane / svm.csv
Created November 13, 2019 12:14
Data for SVM
Weight Size Class
69 4.39 orange
69 4.21 orange
65 4.09 orange
72 5.85 apple
67 4.7 orange
73 5.68 apple
70 5.56 apple
75 5.11 apple
74 5.36 apple
@dlamichhane
dlamichhane / README.md
Created May 12, 2020 21:44 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.