Skip to content

Instantly share code, notes, and snippets.

View jakeslee's full-sized avatar
🏠
Working from home

Jakes Lee jakeslee

🏠
Working from home
View GitHub Profile
@jakeslee
jakeslee / _subconverter_configs.md
Last active April 23, 2021 17:09 — forked from tindy2013/_subconverter_configs.md
subconverter_configs

This is a gist repository for some external configs for subconverter, you can use the raw address of the following INIs to generate a specified set of rules, groups and/or scripts.

Keybase proof

I hereby claim:

  • I am jakeslee on github.
  • I am jakeslee (https://keybase.io/jakeslee) on keybase.
  • I have a public key ASAHZJvPjRWHdI38kIFv9EecYNagwy7n8fHbyaCJMC7O7wo

To claim this, I am signing this object:

@jakeslee
jakeslee / jquery-bootstrap-datepicker.css
Created October 7, 2015 03:35 — forked from miwahall/jquery-bootstrap-datepicker.css
jQuery UI Datepicker Bootstrap 3 Style
.ui-datepicker {
background-color: #fff;
border: 1px solid #66AFE9;
border-radius: 4px;
box-shadow: 0 0 8px rgba(102,175,233,.6);
display: none;
margin-top: 4px;
padding: 10px;
width: 240px;
}
@jakeslee
jakeslee / jquery.slider.css
Last active August 27, 2015 12:58 — forked from lukemorton/jquery.slider.css
slider tutorial
.slider-container {
width: 600px;
height: 200px;
overflow: hidden;
position: relative;
}
.slider ul, .slider li {
margin: 0;
padding: 0;
list-style: none;