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
| # Run this in Revit 2023 | |
| import os | |
| from Autodesk.Revit.DB import * | |
| # CONFIGURATION | |
| # ------------------ | |
| source_ifc_folder = r"C:\Intermediate_IFC" # Folder with IFCs from Step 1 | |
| final_output_folder = r"C:\Revit_2023_Converted" # Folder for final files | |
| # ------------------ |
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
| #!/bin/bash | |
| set -e | |
| http -b "localhost:11434/api/tags" | jq -r ".models.[].model" | xargs -I {} ollama pull {} |
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
| <table> | |
| <tbody> | |
| </tbody> | |
| </table> |
A 404 page with personality! Turned this design by Camo Creative into a looping animation.
A Pen by Jon Kantner 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
| <?php | |
| /** | |
| * Password Generator | |
| * | |
| * A simple password generator written in PHP. | |
| * | |
| * Hand crafted by: [HASAN ALDOY](@aldoyh) for Radio Bahrain @RadioBahrain) | |
| * RELEASED: 2025-09-23 | |
| */ |
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
| form.machine | |
| input(type="checkbox",id="fire",name="fire",value="fire") | |
| button.machine__btn(type="button",aria-labelledby="left-btn",ontouchstart="") | |
| span.left-arrow | |
| span.sr(id="left-btn")="Left" | |
| button.machine__btn(type="button",aria-labelledby="right-btn",ontouchstart="") | |
| span.right-arrow | |
| span.sr(id="right-btn")="Right" | |
| button.machine__btn(type="button",aria-labelledby="up-btn",ontouchstart="") | |
| span.up-arrow |
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 | |
| // YouTube Channel Banner Remixer - Single File PHP App | |
| // (c) 2025 - Hasan AlDoy @aldoyh - MIT License | |
| declare(strict_types=1); | |
| // --- CONFIGURATION & INITIALIZATION --- | |
| session_start(); | |
| error_reporting(E_ALL); |
A Pen by Hasan ALDOY 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
| <section class="slide"> | |
| <div class="slide__outer"> | |
| <div class="slide__inner"> | |
| <div class="slide__content"> | |
| <div class="slide__container"> | |
| <h2 class="slide__heading">SCROLL</h2> | |
| <figure class="slide__img-cont"> | |
| <img class="slide__img" src='https://images.unsplash.com/photo-1567016376408-0226e4d0c1ea?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxNDU4OXwwfDF8cmFuZG9tfHx8fHx8fHx8MTY0NjMyMDUzOA&ixlib=rb-1.2.1&q=80&w=400' alt=''> | |
| </figure> | |
| </div> |
NewerOlder
