Hi,
I'm Kyle, this is my website where I host side-projects and stuff
you can find me on
Twitter
@nin_ten_dog
,
,
GitHub kyle-rb
simplecopy
A JavaScript library for copying text to the clipboard. It's very small, and licensed, so no attribution necessary. Just copy and paste it into your project.
<script>
var simplecopy=function(){var d=document,b,cs,ss,f=false,n=d.createElement("DIV"),s=n.style;s.position="fixed";s.color="rgba(0,0,0,0)";function sc(t){if(!b){b=d.body};n.innerText=t;b.appendChild(n);ss=x(n);cs=d.execCommand("copy",f,null);b.removeChild(n);return ss&&cs};function x(n){var r,s,w=window.getSelection,c=b.createTextRange;if(c){r=c();r.moveToElementText(n);r.select();return !f}else if(w){s=w();r=d.createRange();r.selectNodeContents(n);s.removeAllRanges();s.addRange(r);return !f}else {return f}}return sc}();
</script>
click here to
or
view source
github.com/kyle-rb/simplecopy
Pokemon Sapphire intro
I manually upscaled the opening to Pokemon Sapphire Version using vector graphics and CSS animations.
check it out
here or
view source
Dog Data
An Amazon Alexa skill, to mark the time when you last fed, walked, let out, or gave medication to your dog.
check it out in the Amazon
Alexa Skills Store
or
view source
github.com/kyle-rb/dog-data