A Pen by Luiz “Felds” Liscia on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <title>Lightslider</title> | |
| <link href="https://cdnjs.cloudflare.com/ajax/libs/lightslider/1.1.5/css/lightslider.min.css" rel="stylesheet" /> | |
| <style> | |
| .container { | |
| margin: 2rem auto; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Return `true` if any of the items evals to `true`, `false` otherwise | |
| * | |
| * @param Array $list The list to be evaluated | |
| * @return bool | |
| */ | |
| function all($list) | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="slideshow" id="slideshow"> | |
| <div class="slideshow__bgs"> | |
| <div style="background-image: url(https://unsplash.it/800/600?image=4)"></div> | |
| <div style="background-image: url(https://unsplash.it/800/600?image=3)"></div> | |
| <div style="background-image: url(https://unsplash.it/800/600?image=2)"></div> | |
| <div style="background-image: url(https://unsplash.it/800/600?image=1)"></div> | |
| </div> | |
| <div class="slideshow__fg"> | |
| <div class="scrubber" data-scrubber-steps="4" id="scr-slideshow"></div> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <canvas id=the-game width=420 height=240 tabindex=1 autofocus></canvas> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // hic sum configs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| import MySQLdb | |
| from getpass import getpass | |
| def get_connection(): | |
| while True: | |
| passwd = getpass("Enter root password:") | |
| try: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const features = [ | |
| { | |
| title: "Faróis Xênon com luzes diurnas em LED", | |
| waypoints: [ | |
| [ 3.33169, 0.76900, 0.44200, true ], | |
| [ 3.63169, 0.78800, 0.46200, true ], | |
| [ 3.93169, 0.78000, 0.50400, true ], | |
| [ 4.23169, 0.75800, 0.56400, true ], | |
| [ 4.53169, 0.70900, 0.64400, true ], | |
| [ 4.83169, 0.64500, 0.69900, true ], |