1 - Fork a repo
2 - Clone the sevntu.checkstyle project to your local machine (username – your Github user account name.):
$ git clone git@github.com:USERNAME/REPOSITORY.git3 - Configure remotes:
| (function($){ | |
| 'use strict'; | |
| $.fn.extend({ | |
| customStyle: function(){ | |
| var html = $('html'); | |
| if (!html.hasClass('ie') || (html.hasClass('ie') && !html.hasClass('lt-ie7'))) { | |
| return this.each(function () { | |
| var t = $(this), | |
| currentSelectedText = t.find(':selected').text(), | |
| classes = t.attr('class'); |
| <script src='http://maps.google.com/maps/api/js?sensor=false' type='text/javascript'> | |
| </script> | |
| <script type='text/javascript'> | |
| $(document).ready(function() { | |
| $('#map-container').googleMap("3333 RiverBend Drive, Springfield, OR"); | |
| }); | |
| </script> |
| openssl genrsa -aes128 -out cert.key 4096 | |
| openssl rsa -in cert.key -pubout -out cert.pub | |
| cat cert.key | |
| cat cert.pub |
| The MIT License (MIT) | |
| Copyright © 2018 Luan Muniz <luan@luanmuniz.com.br> | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
Examples of behavior that contributes to creating a positive environment include:
| Verifying my Blockstack ID is secured with the address 14gKyjCgRBSefv5LLiQMysyECnznvJdw4U https://explorer.blockstack.org/address/14gKyjCgRBSefv5LLiQMysyECnznvJdw4U |
I started coding in the early 2000s, and one of the things I loved about that time was exploring new things and the curiosity feeling around it. A new tool showed up, a new framework, a weird utility somebody posted on their personal blog without any intention of massive adoption, and the instinct to try it, poke at it, see what it could do. It used to feel light, fun.
For years, I thought of myself as an early adopter. I liked trying out new things before they became popular. I even felt like I got good at spotting what would last and what was just hype. Finding better tools and swapping out old ones was part of the fun of being a developer. You did not just build things, you kept exploring, kept updating your toolbox. It was almost like a hobby.
Now, every time I look at new software, there is a second process running in my mind. Who made this? What does it depend on? How much of it was assembled quickly from code nobody fully understands? What do