Skip to content
View tealdeal's full-sized avatar
  • Stockholm, Sweden

Block or report tealdeal

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. elastic grid like google images: get... elastic grid like google images: get content from instructables account (Javascript + PHP) to display your projects
    1
    
                  
    2
    <!-- you need to find and download elastic_grid 
    3
    at http://demo.phapsu.com/jquery.elastic_grid/
    4
    so you have the scripts listed below in your directory  -->
    5
    
                  
  2. De-concatenate a data file by date De-concatenate a data file by date
    1
    #!/usr/bin/python
    2
    # - NOMERGE BY DAY -
    3
    # Version 1.0 BETA 6/5/2010
    4
    ###############################################################################
    5
    # This program takes the csv NO-data concatenated file,
  3. generate freewall content from an RS... generate freewall content from an RSS feed (php)
    1
    <div id="freewall" class="free-wall">
    2
    <?php
    3
    $url = "http://some xml url here/rss";
    4
    $feed = simplexml_load_file($url);
    5
    $n = 0;
  4. corral-your-xml corral-your-xml Public

    edit and add to your xml news feed - that contains CDATA - with php and dynamic text boxes

    PHP

  5. jquery-elastic-grid jquery-elastic-grid Public

    Forked from vukhanhtruong/jquery-elastic-grid

    jQuery Elastic Grid is a lightweight, easy to use gallery jquery plugin script inspired by Google Image Search with support for .PNG, .JPG and .GIF image files. It uses a thumbnail grid with expand…

    JavaScript

  6. Arduino .ino sketch for a UVC light ... Arduino .ino sketch for a UVC light water purification system with LCD display. Uses the Liquid Crystal Library and checks battery voltage
    1
    /*
    2
      This is intended to be used with the bicycle-powered UVC light water purification instructable
    3
      https://www.instructables.com/id/Bicycle-Powered-Arduino-Water-Purification-System-/
    4
      contact [email protected] with any questions
    5