Skip to content
View ryanlane's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report ryanlane

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. epaper-movie-frame epaper-movie-frame Public

    display frames of a movie file to an ePaper display

    Python 1

  2. react-carousel react-carousel Public

    Simple React Carousel Component

    JavaScript

  3. jQuery Wireframe plugin jQuery Wireframe plugin
    1
    (function ($) {
    2
        var placeholdertext = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum pulvinar risus nunc, nec posuere quam. Vivamus massa lacus, lobortis eget vehicula at, malesuada et enim. Vivamus condimentum justo quis orci tempor sed semper leo commodo. Fusce consectetur consequat felis non sodales. Pellentesque vitae lacus erat. Ut dignissim metus at tortor iaculis tincidunt sed suscipit metus. Nulla nec elit eu neque hendrerit tincidunt. Morbi eu laoreet lorem. In luctus diam a ligula semper eget condimentum leo rhoncus. Proin sagittis venenatis mauris, vel sagittis ligula sagittis blandit. Maecenas aliquam convallis ultrices. Maecenas tellus enim, fermentum vitae laoreet semper, aliquet a felis. Curabitur nec libero dolor. Aenean nec diam tortor. Donec nec diam nibh, et blandit erat. Cras facilisis tellus aliquam erat laoreet et laoreet dolor volutpat.";
    3
        var methods = {
    4
            init: function (options) {
    5
                //no init at this time.
  4. show cursor position of selected text show cursor position of selected text
    1
    Try both selecting text and typing.<br>
    2
    
                  
    3
    <textarea onselect="updateInfo(this)" onmousedown="updateInfo(this)" onkeydown="updateInfo(this)"></textarea><br><span id="info"></span>
    4
    
                  
    5
    <script>
  5. electron-quick-start electron-quick-start Public

    Forked from electron/electron-quick-start

    Clone to try a simple Electron app

    JavaScript

  6. react-google-maps react-google-maps Public

    Forked from tomchentw/react-google-maps

    React.js Google Maps integration component

    JavaScript