Skip to content

Instantly share code, notes, and snippets.

View fasilminale's full-sized avatar
🏠

Fasil Minale fasilminale

🏠
  • @Etdevs-Network
  • Ethiopia, Addis Abeba
View GitHub Profile
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

How to connect XAMPP MySQL Server with Netbeans jdbc

  1. Go to XAMPP newtwork tab

XAMPP newtwork tab

  1. Add a new port forwarding rule

local port = 3306 remote port = 3306

@fasilminale
fasilminale / exercise1ans.md
Last active February 20, 2022 23:40
Robotics lab 1 exercise answers - ETH Zurich

Lab 1 exercise answers

Prepared by Fasil Minale

1. Setup the Husky simulation:

sudo apt-get install ros-k​inetic-husky-simulator
@fasilminale
fasilminale / flutter_setup.md
Created December 22, 2019 07:55 — forked from bradtraversy/flutter_setup.md
Flutter dev setup & notes
@fasilminale
fasilminale / python_decorator_guide.md
Created August 29, 2018 21:39 — forked from Zearin/python_decorator_guide.md
The best explanation of Python decorators I’ve ever seen. (An archived answer from StackOverflow.)

NOTE: This is a question I found on StackOverflow which I’ve archived here, because the answer is so effing phenomenal.


Q: How can I make a chain of function decorators in Python?


If you are not into long explanations, see [Paolo Bergantino’s answer][2].