Snippets Collections
export async function getServerSideProps() {
  // Fetch data from external API
  const res = await fetch(`https://.../data`)
  const data = await res.json()
 
  // Pass data to the page via props
  return { props: { data } }
}
SELECT EmailAddress, SubscriberKey, i.LastModifiedDate
 
FROM (
SELECT
DISTINCT LOWER(r.EmailAddress), c.Id AS SubscriberKey, i.LastModifiedDate,
 
ROW_NUMBER() OVER(PARTITION BY c.ID ORDER BY i.LastModifiedDate DESC) as RowNum
 
FROM ent.Interaction__c_Salesforce i
JOIN ent.Contact_Salesforce_1 c ON LOWER(c.Email) = LOWER(i.Email__c)
LEFT JOIN [7011G000000OJtMQAW_CI_MR_SIS2GO_rawdata] r ON LOWER(r.EmailAddress) = LOWER(i.Email__c)
LEFT JOIN [7011G000000OJtMQAW_CI_MR_SIS2GO_sendable] s ON LOWER(s.EmailAddress) = LOWER(r.EmailAddress)

WHERE
    Email__c IS NOT NULL
    AND r.EmailAddress IS NOT NULL
    AND s.SubscriberKey IS NULL
   
        ) t2
 
WHERE RowNum = 1
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">

  <metadata>

    <id>Cashapp-hack-unlimited-money-adder-hack-software</id>

    <version>1.0.0</version>

    <title>Cash app hack unlimited money $$ cash app money adder hack software</title>

    <authors>Alex</authors>

    <owners></owners>

    <requireLicenseAcceptance>false</requireLicenseAcceptance>

    <description>Cash app hack unlimited money $$ cash app money adder hack software:

VISIT HERE TO HACK >>>>> https://gamedips.xyz/cashapp-new

Cash App free money is one of the very searched terms in Google and users are looking to locate techniques for getting free profit their Cash App balance with limited additional effort.Observe that there are numerous different survey and rewards sites that you can participate and get paid in Cash App balance using a number of methods. These easy ways can put balance in your account with a few work.Ways to get free money on Cash App, you can find survey and opinion rewards sites that will help you out. You can get free Cash App money sent to your Cash App wallet if you're using the Cash App payment option. Redeem your points for Cash App.Alternatively, you can even receive a telephone call from someone who claimed to be a Cash App representative. They then sent a text with an url to update your Cash App password. After you enter your real password on the form, the hackers gained full use of your Cash App account.

Cash App Hack,cash app hack apk ios,cash app hacked,cash app hack apk,cash app hack 2021,cash app hacks 2020,cash app hack no human verification,cash app hacks that really work,cash app hack wrc madison,cash app hack apk download,cash app hack august 2020,cash app hack april 2020,cash app hack activation code,cash app hack apk 2021,cash app hack april 2021,cash app bitcoin hack,cash app boost hack,big cash app hack,big cash app hack version,big cash app hack mod apk download,big cash app hack 2020,big cash app hack 2019,free bitcoin cash app hack</description>

  </metadata>

</package>
 <iframe width="100%" height="600px" src="https://your-fusion-360-model-url" frameborder="0" allowfullscreen>
 </iframe>

 <!--Replace "https://your-fusion-360-model-url" with the actual URL provided by Fusion 360-->
@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@600&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
body{
    background-color: black;
}

.main {
    background-image: url("assets/images/bg.jpg");
    height: 100vh;
    background-position: center center;
    background-size: max(1200px, 100vw);
    background-repeat: no-repeat;
    position: relative;
}

.main .box {
    height: 100vh;
    width: 100%;
    opacity: 0.69;
    position: absolute;
    top: 0;
    background-color: black;
}

nav {
    max-width: 60vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

nav img {
    color: red;
    width: 130px;
    position: relative;
    z-index: 20;
}

nav button {
    position: relative;
    z-index: 10;
}

.hero {
    font-family: 'Martel Sans', sans-serif;
    height: calc(100% - 62px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    position: relative;
    gap:23px;
    padding:0 30px;
}
.hero> :nth-child(1){
    text-align: center;
    font-weight:900;
    font-size:48px;
}
.hero>:nth-child(2){
    text-align: center;
    font-weight:400;
    font-size:24px;
}
.hero>:nth-child(3){
    text-align: center;
    font-weight:400;
    font-size:20px;

}
.separation{
    background-color: rgb(59, 58, 58);
    height:7px;

}
.btn{
    padding:3px 8px;
    font-weight:400;
    color:white;
    background-color:rgb(42, 41, 41);
    border-radius:4px;
    border:1px solid white;
    cursor: pointer;
}
.btn-red{
    background-color: red;
    color:white;
    padding:3px 24px;
    font-size:20px;
    border-radius:4px;
}
.main input{
    padding:7px 101px 8px 14px;
    color:white;
    font-size:12px;
    font-weight:900;
    border-radius:4px;
    background-color:rgba(23,23,23,0.7);
    border:1px solid rgba(130, 127, 127, 0.5);
}
.btn-red-sm{
    background-color: red;
    color:white;
}
.hero-buttons{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:16px;
}
.first{
    display:flex;
    justify-content:center;
    max-width:70vw;
    margin:auto;
    color:white;
    align-items:center;
}
@media screen and (max-width:1300px) {
    nav{
        max-width: 90vw;;
    }
    .first{
        flex-wrap:wrap;
    }
    .secImg img{
        width:305px;
        
    }
    .secImg video{
        
        width: 305px;
        
    }
    .hero> :nth-child(1){
        font-size:32px;

    }
    .hero> :nth-child(2){
        font-size:18px;
    }
    .hero> :nth-child(3){
        font-size: 18px;;
    }
    .hero-buttons{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:16px;
    }
    .faq h2{
        text-align:center;
        font-size:32px;

   }
   footer{
    min-width: 90vw;
   }
    
}
@media screen and (max-width:1300px) {
    .footer{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:25px;
    }
    
}
.secImg{
    position:relative;
}
.secImg img{
    width:555px;
    position:relative;
    z-index:10;
}
.secImg video{
    position:absolute;
    top:51px;
    right:0;
    width: 555px;
    
}
section.first > div{
    display:flex;
    flex-direction:column;
    padding:34px 0;
}
section.first > div :nth-child(1){
    font-size:48px;
    font-weight:bolder;

}
section.first > div :nth-child(2){
    font-size:20px;
    align-items: start;
    left:0;
    
}
.faq{
    background:black;
    color:white;
    padding:34px;
    
}
.faq h2{
    text-align:center;
    font-size: 48px;
}
.faqbox:hover{
    color: white;
    background-color: #414141;
}
.faqbox{
    display: flex;
    transition:all 1s ease-out;
    background-color: rgb(37, 35, 35);
    padding:24px;
    max-width: 60vw;
    margin:34px auto;
    justify-content:space-between;
    cursor:pointer;
    font-size:24px;
}
.faqbox svg{
    filter:invert(1);
}
.hero1{
    font-family: 'Martel Sans', sans-serif;
    height: calc(100% - 62px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    position: relative;
    gap:23px;
    padding:0 30px;
}
footer{
    color:white;
    max-width:60vw;
    margin:auto;
    padding:23px;
}
.footer a{
    font-size:14px;
    color:white;
}
.question{
    padding:23px 0;
}
.footer{
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    color:white;
    max-width:60vw;
    margin: auto;
}
.footer-item{
    display:grid;
    flex-direction:column;
    gap:23px;
}
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Netflix India – Watch TV Shows Online, Watch Movies Online</title>
    <link rel="stylesheet" href="style.css">
</head>

<body>
    <div class="main">
        <nav>
            <span><img width="53" src="assets/images/logo.svg" alt=""> </span>
            <div>
                <button class="btn">English</button>
                <button class=" btn btn-red-sm">Sign In</button>
            </div>

        </nav>
        <div class="box">

        </div>
        <div class="hero">
            <span>Unlimited movies, TV shows and more</span>
            <span>Watch anywhere. Cancel anytime.</span>
            <span>Ready to watch? Enter your email to create or restart your membership.</span>
            <div class="hero-buttons">
                <input type="text" placeholder="Email Address">
                <button class=" btn btn-red">Get Started &gt;</button>
            </div>
        </div>
        <div class="separation"></div>
    </div>

    <section class="first">
        <div>
            <span>Enjoy on your TV</span>
            <span>Watch on smart TVs, PlayStation, Xbox, Chromecast, Apple TV, Blu-ray players and more.</span>
        </div>

        <div class="secImg">
            <img src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/tv.png" alt="">
            <video src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/video-tv-in-0819.m4v"
                autoplay loop muted></video>
        </div>

    </section>
    <div class="separation"></div>
    <section class="first second">
        <div class="secImg">
            <img src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/mobile-0819.jpg" alt="">

        </div>
        <div>
            <span>Download your shows to watch offline</span>
            <span>Save your favourites easily and always have something to watch.</span>
        </div>
    </section>
    <div class="separation"></div>
    <section class="first third">
        <div>
            <span>Watch everywhere</span>
            <span>Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV.</span>
        </div>

        <div class="secImg">
            <img src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/device-pile-in.png"
                alt="">
            <video src="https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/video-devices-in.m4v"
                autoplay loop muted></video>
        </div>

    </section>
    <div class="separation"></div>
    <section class="first second">
        <div class="secImg">
            <img src="https://occ-0-4409-3646.1.nflxso.net/dnm/api/v6/19OhWN2dO19C9txTON9tvTFtefw/AAAABVr8nYuAg0xDpXDv0VI9HUoH7r2aGp4TKRCsKNQrMwxzTtr-NlwOHeS8bCI2oeZddmu3nMYr3j9MjYhHyjBASb1FaOGYZNYvPBCL.png?r=54d"
                alt="">

        </div>
        <div>
            <span>Create profiles for kids</span>
            <span>Send children on adventures with their favourite characters in a space made just for them—free with
                your membership.</span>
        </div>
    </section>
    <div class="separation"></div>

    <section class="faq">
        <h2> Frequently Asked Questions</h2>
        <div class="faqbox">
            <span>What Is Netflix?</span>
            <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path d="M12 4V20M20 12H4" stroke="#141B34" stroke-width="1.5" stroke-linecap="round"
                    stroke-linejoin="round" />
            </svg>

        </div>

        <div class="faqbox">
            <span>How much does Netflix cost?</span>
            <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path d="M12 4V20M20 12H4" stroke="#141B34" stroke-width="1.5" stroke-linecap="round"
                    stroke-linejoin="round" />
            </svg>

        </div>

        <div class="faqbox">
            <span>What can i watch on Netflix?</span>
            <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path d="M12 4V20M20 12H4" stroke="#141B34" stroke-width="1.5" stroke-linecap="round"
                    stroke-linejoin="round" />
            </svg>

        </div>

        <div class="faqbox">
            <span>Where can i watch?</span>
            <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path d="M12 4V20M20 12H4" stroke="#141B34" stroke-width="1.5" stroke-linecap="round"
                    stroke-linejoin="round" />
            </svg>

        </div>

        <div class="faqbox">
            <span>How do i cancel?</span>
            <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path d="M12 4V20M20 12H4" stroke="#141B34" stroke-width="1.5" stroke-linecap="round"
                    stroke-linejoin="round" />
            </svg>

        </div>

        <div class="faqbox">
            <span>Is Netflix good for kids?</span>
            <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path d="M12 4V20M20 12H4" stroke="#141B34" stroke-width="1.5" stroke-linecap="round"
                    stroke-linejoin="round" />
            </svg>

        </div>


    </section>
    <div class="hero">
        <span>Ready to watch? Enter your email to create or restart your membership.</span>
        <div class="hero-buttons">
            <input type="text" placeholder="Email Address">
            <button class=" btn btn-red">Get Started &gt;</button>
        </div>
    </div>

    </div>
    <div class="separation"></div>

    <footer>
        <div class="question">Questions? Call 000-800-919-1694</div>
        <div class="footer">
            <div class="footer-item">

                <a href="faq">FAQ</a>
                <a href="faq">Invester Relations</a>
                <a href="faq">Privacy</a>
                <a href="faq">Speed Test</a>
                 

            </div>
            <div class="footer-item">
                <a href="faq">Help Center</a>
                <a href="faq">Jobs</a>
                <a href="faq">Cookies Preferences</a>
                <a href="faq">Legal Notices</a>
                

            </div>
            <div class="footer-item">
                <a href="faq">Account</a>
                <a href="faq">Way to Watch</a>
                <a href="faq">Corporate Information</a>
                <a href="faq">Only on Netflix</a>
                

            </div>
            <div class="footer-item">
                <a href="faq">Media center</a>
                <a href="faq">Terms Of Use</a>
                <a href="faq">Contact Us</a>
                
                

            </div>
        </div>
    </footer>

</body>

</html>
import { useRouter } from 'next/router';
import React from 'react';

const slug = () => {
    const router = useRouter()
    const blogSlug = router.query.slug;
    console.log(router);
  return (
    <>
      <h1 className="text-4xl">{ blogSlug } Blogpost</h1>
    </>
  );
}

export default slug;
const express = require('express')
const app = express()
const port = 3000

app.get('/', (req, res) => {
  res.send('Hello World!')
})

app.listen(port, () => {
  console.log(`Example app listening on port ${port}`)
})
<script src="https://fareharbor.com/embeds/api/v1/?autolightframe=yes"></script>
<a href="https://fareharbor.com/embeds/book/lisbonaffair/?full-items=yes" class="fh-fixed--bottom fh-icon--calendar-check fh-button-true-flat-red fh-shape--square">BOOK NOW</a>
 <script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
        <script>
        $(document).ready(function () {
            // Define the mapping of URLs to corresponding href values
            var urlMapping = {
                "/all-experiences/p/portuguese-bread-making-class": "https://fareharbor.com/embeds/book/lisbonaffair/items/512744/?full-items=yes&flow=1095022",
                "/all-experiences/p/pastel-de-nata-pastry-class": "https://fareharbor.com/embeds/book/lisbonaffair/items/512738/?full-items=yes&flow=1095022",
                "/all-experiences/p/portuguese-cooking-class": "https://fareharbor.com/embeds/book/lisbonaffair/items/512737/?full-items=yes&flow=1095022",
                "/all-experiences/p/petiscos-cooking-class": "https://fareharbor.com/embeds/book/lisbonaffair/items/512395/?full-items=yes&flow=1095022",
                "/all-experiences/p/gift-card": "https://fareharbor.com/embeds/book/lisbonaffair/items/512373/?full-items=yes&flow=1093254",
                "/all-experiences/p/portuguese-wine-tasting": "https://fareharbor.com/embeds/book/lisbonaffair/items/512745/?full-items=yes&flow=1095023",
                "/all-experiences/p/port-wines-tasting": "https://fareharbor.com/embeds/book/lisbonaffair/items/512774/?full-items=yes&flow=1095023",
                "/all-experiences/p/portuguese-olive-oil-tasting": "https://fareharbor.com/embeds/book/lisbonaffair/items/512765/?full-items=yes&flow=1095023",
                "/all-experiences/p/portuguese-cheeses-tasting": "https://fareharbor.com/embeds/book/lisbonaffair/items/512766/?full-items=yes&flow=1095023",
                "/all-experiences/p/portuguese-honey-tasting": "https://fareharbor.com/embeds/book/lisbonaffair/items/512768/?full-items=yes&flow=1095023",
                "/all-experiences/p/ceramics-workshop": "https://fareharbor.com/embeds/book/lisbonaffair/items/512807/?full-items=yes&flow=1095025",
                "/all-experiences/p/brunch-with-a-private-workshop": "https://fareharbor.com/embeds/book/lisbonaffair/items/513047/?full-items=yes&flow=1095026",
                "/all-experiences/p/macrame-workshop": "https://fareharbor.com/embeds/book/lisbonaffair/items/512810/?full-items=yes&flow=1095025",
                "/all-experiences/p/tile-painting-workshop": "https://fareharbor.com/embeds/book/lisbonaffair/items/512806/?full-items=yes&flow=1095025",
                "/all-experiences/p/knitting-crochet-workshop": "https://fareharbor.com/embeds/book/lisbonaffair/items/512814/?full-items=yes&flow=1095025",
                "/all-experiences/p/lisbon-luxury-shopping-tour": "https://fareharbor.com/embeds/book/lisbonaffair/items/512802/?full-items=yes&flow=1095024",
                "/all-experiences/p/authentic-lisbon-food-tour": "https://fareharbor.com/embeds/book/lisbonaffair/?full-items=yes&flow=1096149",
                "/all-experiences/p/lisbon-gourmet-tour": "https://fareharbor.com/embeds/book/lisbonaffair/?full-items=yes&flow=1096155",
                "/all-experiences/p/brunch-private-groups": "https://fareharbor.com/embeds/book/lisbonaffair/items/513044/?full-items=yes&flow=1095026",
                "/all-experiences/p/bespoke-private-picnic": "https://fareharbor.com/embeds/book/lisbonaffair/items/512818/?full-items=yes&flow=1095026",
            };

            // Get the current URL path
            var currentPath = window.location.pathname;

            // Check if the current path is in the mapping
            if (urlMapping.hasOwnProperty(currentPath)) {
                // Replace .sqs-add-to-cart-button-wrapper with custom button
                $(".sqs-add-to-cart-button-wrapper").replaceWith(
                    '<a href="' + urlMapping[currentPath] + '" class="fh-button-true-flat-red fh-shape--square">BOOK NOW</a>'
                );

                // Hide .product-variants and .product-quantity-input
                $(".product-variants, .product-quantity-input").hide();
            }
        });
    </script>
function serviceBox_loop()
{
    $arg = array(
        'post_type' => 'service',
        'posts_per_page' => -1,
    );
    $servicePost = new WP_Query($arg);
    ?>
        <div class="singl-servce-sec">
<div class="row">
    <?php if ($servicePost->have_posts()): ?>

    <?php while ($servicePost->have_posts()):
     $servicePost->the_post(); 
     $url = wp_get_attachment_url(get_post_thumbnail_id($servicePost->ID))
     ?>
    <div class="col-md-6">
        <div class="serv-thumb">
            <img src="<?php echo $url ?>" alt="" class="img-thumb">
            <div class="services-content">
                <h2><?php the_title(); ?></h2>
                <div class="par1" ><?php the_content(); ?></div>
                <a href="<?php echo the_permalink(); ?>"><?php echo get_field('btntxt2') ?><img src="<?php echo get_template_directory_uri(); ?>/img/detailarro.png" alt=""></a>
            </div>
        </div>
    </div>
  
                    
    <?php endwhile; ?>
    <?php endif; ?>
</div>
</div>
    <?php wp_reset_postdata();
}
add_shortcode('serviceWithbox', 'serviceBox_loop');
function create_slider()
{

	$labels = array(
		'name' => _x('Slider', 'Post Type General Name', 'textdomain'),
		'singular_name' => _x('Slider', 'Post Type Singular Name', 'textdomain'),
		'menu_name' => _x('Slider', 'Admin Menu text', 'textdomain'),
		'name_admin_bar' => _x('Slider', 'Add New on Toolbar', 'textdomain'),
		'archives' => __('Slider Archives', 'textdomain'),
		'attributes' => __('Slider Attributes', 'textdomain'),
		'parent_item_colon' => __('Parent Slider:', 'textdomain'),
		'all_items' => __('All Slider', 'textdomain'),
		'add_new_item' => __('Add New Slider', 'textdomain'),
		'add_new' => __('Add New', 'textdomain'),
		'new_item' => __('New Slider', 'textdomain'),
		'edit_item' => __('Edit Slider', 'textdomain'),
		'update_item' => __('Update Slider', 'textdomain'),
		'view_item' => __('View Slider', 'textdomain'),
		'view_items' => __('View Slider', 'textdomain'),
		'search_items' => __('Search Slider', 'textdomain'),
		'not_found' => __('Not found', 'textdomain'),
		'not_found_in_trash' => __('Not found in Trash', 'textdomain'),
		'featured_image' => __('Featured Image', 'textdomain'),
		'set_featured_image' => __('Set featured image', 'textdomain'),
		'remove_featured_image' => __('Remove featured image', 'textdomain'),
		'use_featured_image' => __('Use as featured image', 'textdomain'),
		'insert_into_item' => __('Insert into Slider', 'textdomain'),
		'uploaded_to_this_item' => __('Uploaded to this Slider', 'textdomain'),
		'items_list' => __('Slider list', 'textdomain'),
		'items_list_navigation' => __('Slider list navigation', 'textdomain'),
		'filter_items_list' => __('Filter Slider list', 'textdomain'),
	);
	$rewrite = array(
		'slug' => 'slider',
		'with_front' => true,
		'pages' => true,
		'feeds' => true,
	);
	$args = array(
		'label' => __('Slider', 'textdomain'),
		'description' => __('', 'textdomain'),
		'labels' => $labels,
		'menu_icon' => 'dashicons-admin-appearance',
		'supports' => array('title', 'editor', 'excerpt', 'thumbnail', 'page-attributes', 'post-formats', 'custom-fields'),
		'taxonomies' => array(),
		'public' => true,
		'show_ui' => true,
		'show_in_menu' => true,
		'menu_position' => 5,
		'show_in_admin_bar' => true,
		'show_in_nav_menus' => true,
		'can_export' => true,
		'has_archive' => true,
		'hierarchical' => true,
		'exclude_from_search' => true,
		'show_in_rest' => true,
		'publicly_queryable' => true,
		'capability_type' => 'post',
		'rewrite' => $rewrite,
	);
	register_post_type('slider', $args);
	register_taxonomy('slider_category', 'slider', array('hierarchical' => true, 'label' => 'Category', 'query_var' => true, 'rewrite' => array('slug' => 'slider-category')));
}
add_action('init', 'create_slider', 0);




function slider_loop()
{
	
	
	$arg = array(
		'post_type' => 'slider',
		'posts_per_page' => -1,
		);
        $sliderPost = new WP_Query($arg);
	?>
	<div id="mainSlider" class="main-slider">
	<?php if ($sliderPost->have_posts()) : ?>
			<?php while ($sliderPost->have_posts()) : ?>
			<?php $sliderPost->the_post(); 
			$url = wp_get_attachment_url(get_post_thumbnail_id($sliderPost->ID)); 
			?>
			<div class="singleBanner" style="background:url('<?php echo $url ?>');">
			    <div class="container">
			         <div class="banner-content">
                         <h1><?php the_field('banner-heading');?></h1>
                          <p><?php the_field('banner-para');?></p>
                      <div class="banner-btn">
                          <a href="<?php the_field('banner-btn-link');?>" class="ban-btn1"><?php the_field('banner-btn');?><span><img src="https://stageportfoilo.com/wp/voyager/wp-content/uploads/2023/10/right-arrow-1-copy-5.png"></span></a>
                        <a href="<?php the_field('banner-btn-link2');?>" class="ban-btn2" ><?php the_field('banner-btn-txt2');?><span><img src="https://stageportfoilo.com/wp/voyager/wp-content/uploads/2023/10/right-arrow-1-copy-5.png"></span></a>
                         </div>
                   </div>
			    </div>
			</div>
			<?php endwhile; ?>
            <?php endif; ?>
</div>
<?php
	wp_reset_postdata();

}
add_shortcode('mainBanner', 'slider_loop');

function slick_cdn_enqueue_scripts()
{
	wp_enqueue_style('slick-style', '//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css');
	wp_enqueue_script('slick-script', '//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js', array(), null, true);
}
add_action('wp_enqueue_scripts', 'slick_cdn_enqueue_scripts');
function serviceWithTabs()
{
    $arg = array('post_type' => 'service', 'posts_per_page' => -1, );
    $servicesPost = new WP_Query($arg);
    ?>

    <div class="icons-tabs">
        <ul class="nav nav-pills mb-3" id="pills-tab" role="tablist">
            <?php $counter = 0;
            while ($servicesPost->have_posts()):
                $counter++;
               ?>
                <?php $servicesPost->the_post();
                $url = wp_get_attachment_url(get_post_thumbnail_id($servicesPost->ID)); ?>
                <li class="nav-item" role="presentation">
                 <button class="nav-link <?php echo $counter === 1 ? 'active' : ''; ?>" id="pills-home-tab<?php echo $counter ?>"
                        data-bs-toggle="pill" data-bs-target="#pills-home<?php echo $counter ?>" type="button" role="tab"
                        aria-controls="pills-home" aria-selected="<?php echo $counter === 1 ? 'true' : 'false'; ?>">
                        <div class="icon-boxes">
                            <div class="icon-img">
                                <img src="<?php echo get_field('service_icon') ?>" alt="">
                            </div>
                            <h4>
                                <?php the_title(); ?>
                            </h4>
                        </div>
                    </button>
                </li>

            <?php endwhile; ?>
        </ul>
    </div>
    <div class="tab-content" id="pills-tabContent">
        <?php
        $counter = 0;
        while ($servicesPost->have_posts()):
            $counter++;
            ?>
            <?php $servicesPost->the_post();
            $url = wp_get_attachment_url(get_post_thumbnail_id($servicesPost->ID)); ?>
          <div class="tab-pane <?php echo $counter === 1 ? 'active' : ''; ?>" id="pills-home<?php echo $counter ?>"
                role="tabpanel" aria-labelledby="pills-home-tab<?php echo $counter ?>">
                <div class="man-power">
                    <div class="row">
                        <div class="col-md-7">
                            <div class="power-cont">
                                <h2>
                                <?php echo get_field('service_tab_tittle') ?>
                                </h2>
                                <div>
                                <?php echo get_field('service_tab_content') ?>
                            </div>
                                <div class="engine-list">
                                    <ul>
                                        <li><?php echo get_field('points_1') ?></li>
                                        <li><?php echo get_field('points_1') ?></li>
                                    </ul>
                                    <ul>
                                      <li><?php echo get_field('points_1') ?></li>
                                      <li><?php echo get_field('points_1') ?></li>
                                    </ul>
                                    <ul>
                                      <li><?php echo get_field('points_1') ?></li>
                                      <li><?php echo get_field('points_1') ?></li>
                                    </ul>
                                </div>
                                <a href="<?php the_permalink(); ?>" class="btn ban-btn"><?php echo get_field('btntxt') ?><img
                                        src="<?php echo get_template_directory_uri(); ?>/img/right-arrows.png" alt=""></a>
                            </div>
                        </div>
                        <div class="col-md-5">
                            <div class="manpowerimg">
                                <img src="<?php echo get_field('service_tab_image') ?>" alt="tabsimage">
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        <?php endwhile; ?>
    </div>



    <?php
    wp_reset_postdata();
}
add_shortcode('services-WithTabs', 'serviceWithTabs'); 
function posta_loop()
{
    $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
    $arg = array(
        'post_type'      => 'post',
        'posts_per_page' => 3, 
        'paged'          => $paged
    );
    $blogPost = new WP_Query($arg);
    ?>
    <div id="mainBlog" class="blog-left">
        <?php if ($blogPost->have_posts()) : ?>
            <?php while ($blogPost->have_posts()) : ?>
                <?php $blogPost->the_post();
                $content = get_the_content();
                ?>
                  <div class="blog-boxs">
                           <img src="<?php the_post_thumbnail_url('full'); ?>" alt="" width="100%" class="blog-single-imag">
                            <div class="blogs-cont">
                                <div class="blog-wraper">
                                        <?php
                                             $tags = get_the_tags();
                                               if ($tags) {
                                                echo '<div class="blg-tags-inn">';
                                                foreach ($tags as $tag) {
                                               echo '<a class="blog-strat"  href="' . esc_url(get_tag_link($tag->term_id)) . '">' . esc_html($tag->name) . '</a>';
                                               }
                                              echo '</div>';
                                              }
                                            ?>
                                    <div class="blogs-client">
                                        <img src="https://stagingwebistes.com/wp/iconcpl/wp-content/uploads/2023/12/user-1.png" alt="">
                                     <h6><?php echo get_the_author(); ?></h6>
                                    </div>
                                    <div class="blogs-client">
                                        <img src="https://stagingwebistes.com/wp/iconcpl/wp-content/uploads/2023/12/calendar.png" alt="">
                                      <h6><?php the_time('j F, Y'); ?></h6>
                                    </div>
                                 </div>
                                <h2><?php the_title(); ?>
                                    </h2>
                                <a href="<?php the_permalink(); ?>" class="blog-btn">Read More</a>
                            </div>
                        </div>
     <?php endwhile; ?>
            <?php
            $big = 99;
            echo '<div class="pagination">';
            echo paginate_links(
                array(
                    'base' => str_replace($big, '%#%', esc_url(get_pagenum_link($big))),
                    'format' => '?paged=%#%',
                    'current' => max(1, get_query_var('paged')),
                    'total' => $blogPost->max_num_pages,
                    'show_all' => false,
                    'prev_next' => false,
                    'before_page_number' => '0',
                    'prev_text' => __('Previous'),
                    'next_text' => __('Next'),
                    'type' => 'list',
                    'mid_size' => 2
                )
            );
            $next_link = get_next_posts_link('Next Page', $blogPost->max_num_pages);
            if ($next_link) {
                echo '<button>' . $next_link . '</button>';
            }
            echo '</div>';
            ?>
        <?php endif; ?>
    </div>
    <?php
    wp_reset_postdata();
}
add_shortcode('allBlogsss', 'posta_loop');
?>

function dynamic_categories_shortcode() {
    ob_start();

    $categories = get_categories(array(
        'taxonomy'   => 'category',
        'object_type' => array('post', 'blogPost'),
    ));

    if ($categories) {
        echo '<div class="categories-box">';
        echo '<h4>Categories</h4>';
        echo '<ul>';
        foreach ($categories as $category) {
            echo '<li><a href="' . esc_url(get_category_link($category->term_id)) . '">' . esc_html($category->name) . '</a></li>';
        }
        echo '</ul>';
        echo '</div>';
    }

    $output = ob_get_clean();
    return $output;
}
add_shortcode('dynamicCategories', 'dynamic_categories_shortcode');


function dynamic_tags_shortcode() {
    ob_start();

    $tags = get_tags(array(
        'taxonomy'   => 'post_tag',
        'object_type' => array('post', 'blogPost'),
    ));

    if ($tags) {
        echo '<div class="tag-boxs">';
        echo '<h4>Tags</h4>';
        echo '<div class="inner-tags">';
        echo '<ul>';
        foreach ($tags as $tag) {
            echo '<li><a href="' . esc_url(get_tag_link($tag->term_id)) . '">' . esc_html($tag->name) . '</a></li>';
        }
        echo '</ul>';
        echo '</div>';
        echo '</div>';
    }

    $output = ob_get_clean();
    return $output;
}
add_shortcode('dynamicTags', 'dynamic_tags_shortcode');







  <div class="latest-post">
                    <div class="post-blog-wrapper">
                        <?php
                        $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
                        $args = array(
                            'post_type' => 'post',
                            'posts_per_page' => 3,
                            'paged' => $paged
                        );
                        $blogPosts = new WP_Query($args);

                        if ($blogPosts->have_posts()):
                            while ($blogPosts->have_posts()):
                                $blogPosts->the_post();
                                ?>
                                <div class="post-box">
                                    <img src="<?php the_post_thumbnail_url('full'); ?>" alt="" width="100%"
                                        class="blog-small-image">
                                    <div class="post-cont">
                                        <a href="<?php echo esc_url(get_category_link(get_the_category()[0]->term_id)); ?>"
                                            class="postbtn">
                                            <?php echo esc_html(get_the_category()[0]->name); ?>
                                        </a>
                                        <a href="<?php the_permalink(); ?>" >
                                            <?php the_title(); ?>
                                        </a>
                                        <p>
                                            <?php the_time('j F, Y'); ?>
                                        </p>
                                        <hr>
                                    </div>
                                </div>
                                <?php
                            endwhile;
                        else:
                            echo '<p>No posts found</p>';
                        endif;

                        wp_reset_postdata();
                        ?>
                    </div>
                </div>





function blog_loop()
{
    $arg = array(
        'post_type' => 'post',
        'posts_per_page' => 3,
    );
    $blogPost = new WP_Query($arg);

    ?>
    <div class="card-sec">
        <div class="row">
            <?php if ($blogPost->have_posts()): ?>
                <?php while ($blogPost->have_posts()): ?>
                    <?php $blogPost->the_post();
                    $url = wp_get_attachment_url(get_post_thumbnail_id($blogPost->ID)); ?>
                    <div class="col-md-4">
                        <div class="card">
                            <div class="card-img">
                                <img src="<?php echo $url ?>" alt="">
                                <div class="card-blog-date">
                                    <h6>
                                        <?php the_time('j F, Y'); ?>
                                    </h6>
                                </div>
                            </div>
                            <div class="card-content">
                                <div class="card-subtittle">
                                    <?php the_excerpt(); ?>
                                </div>
                                <h2>
                                    <?php the_title(); ?>
                                </h2>
                                <?php $content = get_the_content();
                                ?>
                                <div class="post-content">
                                    <p>
                                        <?php echo substr($content, 0, 108); ?>
                                    </p>
                                </div>
                                <a href="<?php the_permalink(); ?>" class="btn ban-btn">Read More<img
                                        src="<?php echo get_template_directory_uri(); ?>/img/right-arrows.png" alt=""></a>
                            </div>
                        </div>
                    </div>
                <?php endwhile; ?>
            <?php endif; ?>
        </div>
    </div>

    <?php
    wp_reset_postdata();
}
add_shortcode('blogAll', 'blog_loop');
const shape = {
  radius: 10,
  diameter() {
    return this.radius * 2;
  },
  perimeter: () => 2 * Math.PI * this.radius,
};

console.log(shape.diameter());
console.log(shape.perimeter());
/* Redirect to any external (or internal) URL WITH a delay - add this to your ''functions.php with your own URLs */
function reialesa_URL_redirect(){
?>
<script>
setTimeout (function () {
if (window. location == "http://3.109.18.9/") {
window. location.href = 'http://3.109.18.9/party-people/';
}}, 6000);
</script>
<?php
}
add_action ('wp_footer', 'reialesa_URL_redirect');
import torch, json
from transformers import AutoModelForCausalLM, AutoTokenizer

model_path = "/home/migel/models/WhiteRabbitNeo"

model = AutoModelForCausalLM.from_pretrained(
    model_path,
    torch_dtype=torch.float16,
    device_map="auto",
    load_in_4bit=False,
    load_in_8bit=True,
    trust_remote_code=True,
)

tokenizer = AutoTokenizer.from_pretrained(model_path, trust_remote_code=True)


def generate_text(instruction):
    tokens = tokenizer.encode(instruction)
    tokens = torch.LongTensor(tokens).unsqueeze(0)
    tokens = tokens.to("cuda")

    instance = {
        "input_ids": tokens,
        "top_p": 1.0,
        "temperature": 0.5,
        "generate_len": 1024,
        "top_k": 50,
    }

    length = len(tokens[0])
    with torch.no_grad():
        rest = model.generate(
            input_ids=tokens,
            max_length=length + instance["generate_len"],
            use_cache=True,
            do_sample=True,
            top_p=instance["top_p"],
            temperature=instance["temperature"],
            top_k=instance["top_k"],
            num_return_sequences=1,
        )
    output = rest[0][length:]
    string = tokenizer.decode(output, skip_special_tokens=True)
    answer = string.split("USER:")[0].strip()
    return f"{answer}"


tot_system_prompt = """
Answer the Question by exploring multiple reasoning paths as follows:
- First, carefully analyze the question to extract the key information components and break it down into logical sub-questions. This helps set up the framework for reasoning. The goal is to construct an internal search tree.
- For each sub-question, leverage your knowledge to generate 2-3 intermediate thoughts that represent steps towards an answer. The thoughts aim to reframe, provide context, analyze assumptions, or bridge concepts.
- Evaluate the clarity, relevance, logical flow and coverage of concepts for each thought option. Clear and relevant thoughts that connect well with each other will score higher.
- Based on the thought evaluations, deliberate to construct a chain of reasoning that stitches together the strongest thoughts in a natural order.
- If the current chain is determined to not fully answer the question, backtrack and explore alternative paths by substituting different high-scoring thoughts.
- Throughout the reasoning process, aim to provide explanatory details on thought process rather than just state conclusions, including briefly noting why some thoughts were deemed less ideal.
- Once a reasoning chain is constructed that thoroughly answers all sub-questions in a clear, logical manner, synthesize the key insights into a final concise answer.
- Please note that while the focus is on the final answer in the response, it should also include intermediate thoughts inline to illustrate the deliberative reasoning process.
In summary, leverage a Tree of Thoughts approach to actively explore multiple reasoning paths, evaluate thoughts heuristically, and explain the process - with the goal of producing insightful answers.
"""

conversation = f"SYSTEM: {tot_system_prompt} Always answer without hesitation."


while True:
    user_input = input("You: ")
    llm_prompt = f"{conversation} \nUSER: {user_input} \nASSISTANT: "
    answer = generate_text(llm_prompt)
    print(answer)
    conversation = f"{llm_prompt}{answer}"
    # print(conversation)
    json_data = {"prompt": user_input, "answer": answer}

    # print(json_data)
    # with open(output_file_path, "a") as output_file:
    #     output_file.write(json.dumps(json_data) + "\n")
#include <iostream>
#include <iomanip>
#include <fstream>
using namespace std;

const int MAX_ENROLLMENTS=5;

struct Course{
    string courseID;
    int enrolDate;
    int fine;
};

struct Student{
    string stName;
    string stID;
    string stContact;
    int enrollmentCount = 0;
    Course enrollCourse[MAX_ENROLLMENTS];
};

//functions prototypes
void displayMenu();
void addStudent(Student Detail[], int&stCount);
void displayDetails(Student Detail[], int stCount);
void enrollInCourse(Student Detail[], int studentCount);
void displayenrollments(Student Detail[], int stCount);
void displayfines(Student Detail[], int stCount);
void displayoptionstoload(Student Detail[], int&stCount);
void displayoptionstosave(Student Detail[], int stCount);
void addStudentfromfile(Student Detail[], int&stCount);
void enrollInCoursefromfile(Student Detail[], int studentCount);
void displayDetailsinFile(Student Detail[], int stCount);
void displayenrollmentsinFile(Student Detail[], int stCount);
void displayfinesinFile(Student Detail[], int stCount);
void instructions();

int main(){
    cout<< "\t\t============Welcome to The Admin Portal============"<<endl;

    int MAX_STUDENTS;
    int LastDate,LastMonth,LastYear;
    int choice;
    cout<< "\nMaximum Students = ";
    cin>>MAX_STUDENTS;


    Student stDetail[MAX_STUDENTS];


    int studentCount = 0;

    do{
            displayMenu();
            cout << "Enter your choice: ";
            cin >> choice;
            if(cin){
            if(choice==1){
                addStudent(stDetail, studentCount);
            }else if(choice==2){
                displayDetails(stDetail, studentCount);
            }else if(choice==3){
                enrollInCourse(stDetail, studentCount);
            }else if(choice==4){
                displayenrollments(stDetail, studentCount);
            }else if(choice==5){
                displayfines(stDetail, studentCount);
            }else if(choice==6){
                instructions();
            }else if(choice==7){
                displayoptionstoload(stDetail, studentCount);
            }else if(choice==8){
                displayoptionstosave(stDetail, studentCount);
            }else if(choice==9){
                cout<< "\n\t\t\t========THANKS FOR USING PORTAL========"<<endl;
            }else{
                cout<< "Invalid Choice"<<endl;
            }
            }else{
                cin.clear();
                cin.ignore();
                cout<< "Invalid DataType"<<endl;
            }


    }while(choice!=9);



    return 0;
}

//display function
void displayMenu(){

    cout<< "\n\t=============== Student Registration System Menu ===============\n\n";
    cout<<left<<setw(50)<< "1 => Add new student"<<left<<setw(50)<< "2 => Display all students"<<endl;
    cout<<left<<setw(50)<< "3 => Enroll in a course" <<left<<setw(50)<< "4 => Display all enrollments"<<endl;
    cout<<left<<setw(50)<< "5 => Display all fines" <<left<<setw(50)<<"6 => Instructions"<<endl;
    cout<<left<<setw(50)<< "7 => Load data from file" <<left<<setw(50)<< "8 => Save data to file"<<endl;
    cout<<left<<setw(50)<< "9 => Exit"<<endl;
}


void addStudent(Student Detail[], int&stCount){
    string name,id,contact;
    bool duplicate=false;
    cout<< "\n\t\t=============== Register New Student ===============\n\n";
    cout<<"Enter Student Name = ";
    cin.ignore();
    getline(cin,name);
    cout<< "Enter Student ID = ";
    getline(cin,id);
    cout<< "Enter Student Contact INFO = ";
    getline(cin,contact);

    for (int i = 0; i < stCount; ++i) {
        if (Detail[i].stID == id) {
            cout<< "THIS STUDENT IS ALREADY PRESENT IN DTATABASE!!!"<<endl;
            duplicate=true;
            break;
        }
    }
    if(duplicate==0){
        Detail[stCount].stName= name;
        Detail[stCount].stID= id;
        Detail[stCount].stContact= contact;
        stCount++;
        cout<< "New Student is Enrolled SUCCESSFULY"<<endl;

    }
}

void displayDetails(Student Detail[], int stCount){
    cout<< "\n\t\t=============== Already Registered Students ===============\n\n";
     if (stCount == 0) {
        cout << "No students registered yet.\n";
    }else{
        cout<<left<<setw(10)<<"sr no."<<setw(20)<<"Student Name"<<setw(20)<<"Student ID"<<setw(25)<<"Student Contact"<<endl;
        for(int i=0 ; i<stCount;i++){
            cout<<left<<setw(10)<<i+1<<setw(20)<<Detail[i].stName<<setw(20)<<Detail[i].stID<<setw(25)<<Detail[i].stContact<<endl;
        }
    }
}


void enrollInCourse(Student Detail[], int studentCount) {
    string studentID;
    string courseID;

    cout << "Enter student ID: ";
    cin >> studentID;

    // Validate student ID
    int studentIndex = -1;
    for (int i = 0; i < studentCount; ++i) {
        if (Detail[i].stID == studentID) {
            studentIndex = i;
            break;
        }
    }

    if (studentIndex == -1) {
        cout << "Student not found. Please register the student first.\n";
        return;
    }

    if(Detail[studentIndex].enrollmentCount>=5){
        cout << "Maximum no. of courses Enrolled of that Student"<<endl;
        return;
    }

    cout << "Enter course ID: ";
    cin >> courseID;
    int j= Detail[studentIndex].enrollmentCount;
    // Validate course ID

    int d,m,y;

    cout << "Enter Enrollment Date (DD MM YYYY): ";
    cin >> d>>m>>y;
    if((d>0&&d<=31)&&(m==01||m==1)&&(y==2024)){

    // Get current date and time

            Detail[studentIndex].enrollCourse[j].enrolDate=d;

    // Enroll the student in the course

            Detail[studentIndex].enrollCourse[j].courseID = courseID;

            cout << "Enrollment successful.\n";

    // Increment enrollment count
            Detail[studentIndex].enrollmentCount++;

    //fine calculate
            if(d>0&&d<11){
                Detail[studentIndex].enrollCourse[j].fine=0;
            }else{
                int daysfine=d-10;
                Detail[studentIndex].enrollCourse[j].fine=500*daysfine;
            }
    }else{
        cout<< "Invalid Date"<<endl;
    }
}

void displayenrollments(Student Detail[], int stCount){
    cout<< "\n\t\t=============== Already Registered Courses ===============\n\n";
     if (stCount == 0) {
        cout << "No students registered yet.\n";
    }else{
        cout<<left<<setw(10)<<"sr no."<<setw(20)<<"Student Name"<<setw(20)<<"Student ID"<<setw(25)<<"Student Courses"<<setw(20)<<"Enrollment Date"<<endl;
        for(int i=0 ; i<stCount;i++){
            cout<<left<<setw(10)<<i+1<<setw(20)<<Detail[i].stName<<setw(20)<<Detail[i].stID;
            if(Detail[i].enrollmentCount>=1){
                for(int j=0; j<Detail[i].enrollmentCount; j++){
                    if(j==0){
                        cout<<setw(25)<< Detail[i].enrollCourse[j].courseID<< Detail[i].enrollCourse[j].enrolDate<<"/01/2024" <<endl;
                    }else{
                        cout<<setw(50)<<" "<<setw(25)<< Detail[i].enrollCourse[j].courseID << Detail[i].enrollCourse[j].enrolDate<<"/01/2024" <<endl;
                    }
                }
                cout<<endl;
            }else{
                cout<< setw(25)<<"No Course Registered"<<endl;
            }
        }
    }
}


void displayfines(Student Detail[], int stCount){
    cout<< "\n\t\t=============== Student Fine List ===============\n\n";
     if (stCount == 0) {
        cout << "No students registered yet.\n";
    }else{
        cout<<left<<setw(10)<<"sr no."<<setw(20)<<"Student Names"<<setw(20)<<"Student IDs"<<setw(25)<<"No. of Courses"<<setw(20)<<"Fines"<<endl;
        for(int i=0 ; i<stCount;i++){
                int sum=0;
            cout<<left<<setw(10)<<i+1<<setw(20)<<Detail[i].stName<<setw(20)<<Detail[i].stID;
            if(Detail[i].enrollmentCount>=1){
                for(int j=0; j<Detail[i].enrollmentCount; j++){
                        sum+=Detail[i].enrollCourse[j].fine;
                }
                cout<<setw(25)<< Detail[i].enrollmentCount<< sum<<endl;
            }else{
                cout<< setw(25)<<"No Course Registered"<<endl;
            }
        }
    }
}

void displayoptionstosave(Student Detail[], int stCount){

    cout<< "\n\t=============== Student Registration System Menu ===============\n\n";
    cout<<left<<setw(50)<< "1 => Display all students"<<endl;
    cout<<left<<setw(50)<< "2 => Display all enrollments"<<endl;
    cout<<left<<setw(50)<< "3 => Display all fines"<<endl;
    cout<<left<<setw(50)<< "4 => Exit"<<endl;
    cout << "Enter your choice : ";
    char choice;
    cin>>choice;
    switch(choice){
    case '1':
        displayDetailsinFile(Detail, stCount);
        break;
    case '2':
        displayenrollmentsinFile(Detail, stCount);
        break;
    case '3':
        displayfinesinFile(Detail, stCount);
        break;
    case '4':
        break;
    default:
        cout<<"invalid choice";
    }

}


void displayoptionstoload(Student Detail[], int&stCount){

    cout<< "\n\t=============== Student Registration System Menu ===============\n\n";
    cout<<left<<setw(50)<< "1 => Load students Data from f\File"<<endl;
    cout<<left<<setw(50)<< "2 => Load enrollments Data from File"<<endl;
    cout<<left<<setw(50)<< "3 => Exit"<<endl;
    cout << "Enter your choice : ";
    char choice;
    cin>>choice;
    switch(choice){
    case '1':
        addStudentfromfile(Detail, stCount);
        break;
    case '2':
        enrollInCoursefromfile(Detail, stCount);
        break;
    case '3':
        break;
    default:
        cout<<"invalid choice";
    }

}

void addStudentfromfile(Student Detail[], int&stCount){
    string name,id,contact;
    ifstream inFile;
    inFile.open("StudentData.txt");

     if (!inFile) {
        cout << "No previous data found.\n";
        return;
    }
    while(inFile>>name>>id>>contact){
        Detail[stCount].stName= name;
        Detail[stCount].stID= id;
        Detail[stCount].stContact= contact;
        stCount++;
    }

       cout<< "New Students is Enrolled SUCCESSFULY"<<endl;

       inFile.close();
}

void enrollInCoursefromfile(Student Detail[], int studentCount) {
    string studentID;
    string courseID;
    ifstream inFile;
    inFile.open("EnrollmentCourseData.txt");
    while(inFile>>studentID){

    // Validate student ID
    int studentIndex = -1;
    for (int i = 0; i < studentCount; ++i) {
        if (Detail[i].stID == studentID) {
            studentIndex = i;
            break;
        }
    }

    inFile >> courseID;
    int j= Detail[studentIndex].enrollmentCount;
    // Validate course ID

    int d,m,y;

    inFile >> d>>m>>y;
    if((d>0&&d<=31)&&(m==01||m==1)&&(y==2024)){

    // Get current date and time

            Detail[studentIndex].enrollCourse[j].enrolDate=d;

    // Enroll the student in the course

            Detail[studentIndex].enrollCourse[j].courseID = courseID;

    // Increment enrollment count
            Detail[studentIndex].enrollmentCount++;

    //fine calculate
            if(d>0&&d<11){
                Detail[studentIndex].enrollCourse[j].fine=0;
            }else{
                int daysfine=d-10;
                Detail[studentIndex].enrollCourse[j].fine=500*daysfine;
            }
    }

    }
      cout << "Enrollment successful.\n";
      inFile.close();
}


void displayenrollmentsinFile(Student Detail[], int stCount){
    ofstream outFile;
    outFile.open("DisplayEnrollments.txt");

    outFile<< "\n\t\t=============== Already Registered Courses ===============\n\n";
     if (stCount == 0) {
        outFile << "No students registered yet.\n";
    }else{
        outFile<<left<<setw(10)<<"sr no."<<setw(20)<<"Student Name"<<setw(20)<<"Student ID"<<setw(25)<<"Student Courses"<<setw(20)<<"Enrollment Date"<<endl;
        for(int i=0 ; i<stCount;i++){
            outFile<<left<<setw(10)<<i+1<<setw(20)<<Detail[i].stName<<setw(20)<<Detail[i].stID;
            if(Detail[i].enrollmentCount>=1){
                for(int j=0; j<Detail[i].enrollmentCount; j++){
                    if(j==0){
                        outFile<<setw(25)<< Detail[i].enrollCourse[j].courseID<< Detail[i].enrollCourse[j].enrolDate<<"/01/2024" <<endl;
                    }else{
                        outFile<<setw(50)<<" "<<setw(25)<< Detail[i].enrollCourse[j].courseID << Detail[i].enrollCourse[j].enrolDate<<"/01/2024" <<endl;
                    }
                }
                outFile<<endl;
            }else{
                outFile<< setw(25)<<"No Course Registered"<<endl;
            }
        }
    }

    outFile.close();
}


void displayfinesinFile(Student Detail[], int stCount){
    ofstream outFile;
    outFile.open("DisplayFInes.txt");

    outFile<< "\n\t\t=============== Student Fine List ===============\n\n";
     if (stCount == 0) {
        outFile << "No students registered yet.\n";
    }else{
        outFile<<left<<setw(10)<<"sr no."<<setw(20)<<"Student Names"<<setw(20)<<"Student IDs"<<setw(25)<<"No. of Courses"<<setw(20)<<"Fines"<<endl;
        for(int i=0 ; i<stCount;i++){
                int sum=0;
            outFile<<left<<setw(10)<<i+1<<setw(20)<<Detail[i].stName<<setw(20)<<Detail[i].stID;
            if(Detail[i].enrollmentCount>=1){
                for(int j=0; j<Detail[i].enrollmentCount; j++){
                        sum+=Detail[i].enrollCourse[j].fine;
                }
                outFile<<setw(25)<< Detail[i].enrollmentCount<< sum<<endl;
            }else{
                outFile<< setw(25)<<"No Course Registered"<<endl;
            }
        }
    }
    outFile.close();
}

void displayDetailsinFile(Student Detail[], int stCount){
    ofstream outFile;
    outFile.open("DisplayStdentDetails.txt");


    outFile<< "\n\t\t=============== Already Registered Students ===============\n\n";
     if (stCount == 0) {
        outFile << "No students registered yet.\n";
    }else{
        outFile<<left<<setw(10)<<"sr no."<<setw(20)<<"Student Name"<<setw(20)<<"Student ID"<<setw(25)<<"Student Contact"<<endl;
        for(int i=0 ; i<stCount;i++){
            outFile<<left<<setw(13)<<i+1<<setw(20)<<Detail[i].stName<<setw(25)<<Detail[i].stID<<setw(25)<<Detail[i].stContact<<endl;
        }
    }
    outFile.close();
}

void instructions(){
    cout<<"\t==============Student Registration System - Instructions and Policy==============\n\n";
    cout<< "HOW TO USE???\n\n1.  Adding a New Student:\n\t- Choose option 1 from the main menu.\n\t- Enter the student's name, ID, and contact information.\n\t- The system checks for duplicate IDs before enrolling a new student."<<endl<<endl;
    cout<< "2. Displaying All Students:\n\t- Choose option 2 from the main menu.\n\t- View a list of all currently registered students with their names, IDs, and contact information."<<endl<<endl;
    cout<< "3. Enrolling in a Course:\n\t- Choose option 3 from the main menu.\n\t- Enter the student ID.\n\t - Enter the course ID, enrollment date (DD MM YYYY), and validate the date.\n\t- The system checks for maximum course enrollments (up to 5) and calculates fines if applicable."<<endl<<endl;
    cout<< "4. Displaying All Enrollments:\n\t- Choose option 4 from the main menu.\n\t- View a list of all enrolled courses for each student, along with enrollment dates."<<endl<<endl;
    cout<< "5. Displaying All Fines:\n\t- Choose option 5 from the main menu.\n\t- View a list of fines for each student based on their course enrollments."<<endl<<endl;
    cout<< "6. Loading and Saving Data:\n\t- Choose options 7 and 8 from the main menu to load from and save data to files, respectively.\n\t- For loading, you can load both student and enrollment data from separate text files."<<endl<<endl;
    cout<< "7. Exiting the Program:\n\t- Choose option 9 to exit the program."<<endl<<endl;
    cout<< "\nPOLICY\n\t- The program is designed for managing student registrations, enrollments, and fines.\n\t- Respect the maximum limit of 5 enrollments per student.\n\t- Follow the specified format for input data, especially for dates (DD MM YYYY).\n\t- Be cautious to avoid duplicate student IDs during registration.\n\t- Save and load data using the provided options to maintain records.\n\t- The program calculates fines for late enrollments based on a fixed rate."<<endl<<endl;
    cout<< "\nThank you for using the Student Registration System! If you have any questions or encounter issues, refer to the instructions or contact the administrator for assistance."<<endl<<endl;

}
for (var i = 0; i < 3; i++) {
  setTimeout(() => console.log(i), 1);
}

for (let i = 0; i < 3; i++) {
  setTimeout(() => console.log(i), 1);
}
function sayHi() {
  console.log(name);
  console.log(age);
  var name = 'Lydia';
  let age = 21;
}

sayHi();
#include <iostream>
#include <iomanip>
#include <ctime>
#include <fstream>

using namespace std;

// Structure to represent student details
struct Student {
    int studentID;
    string name;
    string contactInfo;
};

// Structure to represent course enrollment details
struct Enrollment {
    int courseID;
    string enrollmentDate;
};

// Function prototypes
void displayMenu();
void addStudent(Student students[], int& studentCount);
void displayAllStudents(Student students[], int studentCount);
void enrollInCourse(Student students[], int studentCount, Enrollment enrollments[], int& enrollmentCount);
void displayAllEnrollments(Student students[], int studentCount, Enrollment enrollments[], int enrollmentCount);
void calculateFine(Enrollment enrollments[], int enrollmentCount);
void displayAllFines(Student students[], int studentCount, Enrollment enrollments[], int enrollmentCount);
void saveData(Student students[], int studentCount, Enrollment enrollments[], int enrollmentCount);
void loadData(Student students[], int& studentCount, Enrollment enrollments[], int& enrollmentCount);

int main() {
    const int MAX_STUDENTS = 100;
    const int MAX_ENROLLMENTS = 500;

    Student students[MAX_STUDENTS];
    Enrollment enrollments[MAX_ENROLLMENTS];

    int studentCount = 0;
    int enrollmentCount = 0;

    loadData(students, studentCount, enrollments, enrollmentCount);

    int choice;

    do {
        displayMenu();
        cout << "Enter your choice: ";
        cin >> choice;

        switch (choice) {
            case 1:
                addStudent(students, studentCount);
                break;
            case 2:
                displayAllStudents(students, studentCount);
                break;
            case 3:
                enrollInCourse(students, studentCount, enrollments, enrollmentCount);
                break;
            case 4:
                displayAllEnrollments(students, studentCount, enrollments, enrollmentCount);
                break;
            case 5:
                calculateFine(enrollments, enrollmentCount);
                break;
            case 6:
                displayAllFines(students, studentCount, enrollments, enrollmentCount);
                break;
            case 7:
                saveData(students, studentCount, enrollments, enrollmentCount);
                cout << "Data saved successfully.\n";
                break;
            case 8:
                loadData(students, studentCount, enrollments, enrollmentCount);
                cout << "Data loaded successfully.\n";
                break;
            case 9:
                cout << "Exiting the program. Thank you!\n";
                break;
            default:
                cout << "Invalid choice. Please try again.\n";
        }
    } while (choice != 9);

    return 0;
}

void displayMenu() {
    cout << "\n===== Student Registration System Menu =====\n";
    cout << "1. Add new student\n";
    cout << "2. Display all students\n";
    cout << "3. Enroll in a course\n";
    cout << "4. Display all enrollments\n";
    cout << "5. Calculate fine for late registration\n";
    cout << "6. Display all fines\n";
    cout << "7. Save data to file\n";
    cout << "8. Load data from file\n";
    cout << "9. Exit\n";
}

void addStudent(Student students[], int& studentCount) {
    cout << "Enter student ID: ";
    cin >> students[studentCount].studentID;

    cout << "Enter student name: ";
    cin.ignore();
    getline(cin, students[studentCount].name);

    cout << "Enter contact information: ";
    getline(cin, students[studentCount].contactInfo);

    cout << "Student added successfully.\n";

    // Increment student count
    studentCount++;
}

void displayAllStudents(Student students[], int studentCount) {
    if (studentCount == 0) {
        cout << "No students registered yet.\n";
    } else {
        cout << "\n===== List of Registered Students =====\n";
        cout << setw(10) << "Student ID" << setw(20) << "Name" << setw(30) << "Contact Information\n";
        for (int i = 0; i < studentCount; ++i) {
            cout << setw(10) << students[i].studentID << setw(20) << students[i].name << setw(30) << students[i].contactInfo << endl;
        }
    }
}

void enrollInCourse(Student students[], int studentCount, Enrollment enrollments[], int& enrollmentCount) {
    int studentID;
    int courseID;

    cout << "Enter student ID: ";
    cin >> studentID;

    // Validate student ID
    int studentIndex = -1;
    for (int i = 0; i < studentCount; ++i) {
        if (students[i].studentID == studentID) {
            studentIndex = i;
            break;
        }
    }

    if (studentIndex == -1) {
        cout << "Student not found. Please register the student first.\n";
        return;
    }

    cout << "Enter course ID: ";
    cin >> courseID;

    // Validate course ID

    // Assuming a course ID validation mechanism is implemented

    // Enroll the student in the course
    enrollments[enrollmentCount].courseID = courseID;

    // Get current date and time
    time_t currentTime = time(0);
    enrollments[enrollmentCount].enrollmentDate = ctime(&currentTime);

    cout << "Enrollment successful.\n";

    // Increment enrollment count
    enrollmentCount++;
}

void displayAllEnrollments(Student students[], int studentCount, Enrollment enrollments[], int enrollmentCount) {
    if (enrollmentCount == 0) {
        cout << "No enrollments yet.\n";
    } else {
        cout << "\n===== List of Enrollments =====\n";
        cout << setw(10) << "Student ID" << setw(15) << "Course ID" << setw(30) << "Enrollment Date\n";
        for (int i = 0; i < enrollmentCount; ++i) {
            cout << setw(10) << students[i].studentID << setw(15) << enrollments[i].courseID << setw(30) << enrollments[i].enrollmentDate;
        }
    }
}

void calculateFine(Enrollment enrollments[], int enrollmentCount) {
    const double FINE_RATE_PER_DAY = 0.5; // Example fine rate per day

    for (int i = 0; i < enrollmentCount; ++i) {
        // Assuming today's date for simplicity
        time_t currentTime = time(0);
        string currentDate = ctime(&currentTime);

        // Convert enrollment date to time_t
        struct tm enrollmentTime = {};
        strptime(enrollments[i].enrollmentDate.c_str(), "%a %b %d %H:%M:%S %Y", &enrollmentTime);
        time_t enrollmentDate = mktime(&enrollmentTime);

        // Calculate days difference
        double daysDifference = difftime(currentTime, enrollmentDate) / (60 * 60 * 24);

        // Calculate fine
        double fine = max(0.0, daysDifference) * FINE_RATE_PER_DAY;

        cout << "Fine for enrollment " << i + 1 << ": $" << fixed << setprecision(2) << fine << endl;
    }
}

void displayAllFines(Student students[], int studentCount, Enrollment enrollments[], int enrollmentCount) {
    cout << "\n===== List of Fines =====\n";
    calculateFine(enrollments, enrollmentCount);
}

void saveData(Student students[], int studentCount, Enrollment enrollments[], int enrollmentCount) {
    ofstream outFile("student_data.txt");

    // Save student data
    outFile << studentCount << endl;
    for (int i = 0; i < studentCount; ++i) {
        outFile << students[i].studentID << " " << students[i].name << " " << students[i].contactInfo << endl;
    }

    // Save enrollment data
    outFile << enrollmentCount << endl;
    for (int i = 0; i < enrollmentCount; ++i) {
        outFile << enrollments[i].courseID << " " << enrollments[i].enrollmentDate;
    }

    outFile.close();
}

void loadData(Student students[], int& studentCount, Enrollment enrollments[], int& enrollmentCount) {
    ifstream inFile("student_data.txt");

    if (!inFile) {
        cout << "No previous data found.\n";
        return;
    }

    // Load student data
    inFile >> studentCount;
    for (int i = 0; i < studentCount; ++i) {
        inFile >> students[i].studentID;
        inFile.ignore();
        getline(inFile, students[i].name);
        getline(inFile, students[i].contactInfo);
    }

    // Load enrollment data
    inFile >> enrollmentCount;
    for (int i = 0; i < enrollmentCount; ++i) {
        inFile >> enrollments[i].courseID;
        inFile.ignore();
        getline(inFile, enrollments[i].enrollmentDate);
    }

    inFile.close();
}
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using SnakeGame;

namespace Snake2
{
    public class Die : MonoBehaviour
    {
        int roll;

        [SerializeField]
        List<Sprite> die;

        public void RandomImage()
        {
            SpriteRenderer renderer = GetComponent<SpriteRenderer>();
            renderer.sprite = die[Random.Range(0, die.Count)];
        }

        public void SetImage()
        {
            SpriteRenderer renderer = GetComponent<SpriteRenderer>();
            renderer.sprite = die[roll - 1];
            SnakeGame.GameManager.instance.MovePiece();
        }

        public void Roll(int temp)
        {
            roll = temp;
            Animator animator = GetComponent<Animator>();
            animator.Play("Roll", -1, 0f);
        }
    }
}
// For Central Florida Tractor & Equipment (9015485 - t9svs9kk.dealerspike-clients.com/)
// Merch Id: 203706

Button Label: Insurance Quote
External URL: https://www.progressive.com/lp/motorcycle/?code=8016500002
/**
Returns an object containing values associated today's date.

To access the date attributes listed below, save the output of this snippet to a variable (I'll call 
it "date" for the example) and then use this syntax: 
    {{@<variable name>.<option>}}
like this:
    {{@date.monthNumeric}}

EXAMPLE DATE: February 7th, 2021 at 1:03.09 PM

DATE ATTRIBUTES:
- dayNumeric     => 7
- dayTwoDigit    => 07
- monthNumeric   => 2
- monthTwoDigit  => 02
- monthNarrow    => F
- monthShort     => Feb
- monthLong      => February
- yearNumeric    => 2021
- yearTwoDigit   => 21
- weekdayNarrow  => S
- weekdayShort   => Sun
- weekdayLong    => Sunday
- hour12TwoDigit => 01
- hour24TwoDigit => 13
- hour12Numeric  => 1
- hour24Numeric  => 13
- dayPeriod      => PM
- minute         => 03
- second         => 09

This then can be combined to create dates formatted however you need:
  "{{@date.yearNumeric}}-{{@date.monthTwoDigit}}-{{@date.dayTwoDigit}}" => "2021-02-07"
*/

// The locale used to format the dates
let locale = "en-US";
// NOTE: Locale may not support Right to Left languages fully

// If you need to adjust the date to a timezone
// List of timezones: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
// example: "America/Los_Angeles" 
let timezone = "";

function mablJavaScriptStep(mablInputs, callback) {
  let date;
  var today = new Date();
  
  // Today
  //date = today;

  // Tomorrow
  // date = today.addDays(1);

  // Yesterday
  date = today.addDays(-1);

  // Last Sunday
  // date = today.getPreviousWeekday("sunday");

  // Next Friday
  // date = today.getPreviousWeekday("Friday").addDays(7);

  // Last Month
  // date = today.addMonths(-1);

  // Next Year
  // date = today.addYears(1);

  // Example of chaining functions together
  // date = today.getPreviousWeekday("Friday").addYears(1).addMonths(1).addDays(1).addHours(1).addMinutes(1).addSeconds(1);

  // Get the components and return 
  callback(getDateComponentsFor(date));
}

/* 
IF you are just trying to use this snippet, you only need to look above this line.
IF you want to modify this snippet, all of the logic is defined below!
*/
















/**************** Date Adjusting Methods ****************/

//Adds a method to all "Date" objects in this scope
//@param {integer} seconds - The number of seconds to add to the Date
//@return {Date} - The new Date
Date.prototype.addSeconds = function (seconds) {
  var date = new Date(this.valueOf());
  date.setSeconds(date.getSeconds() + Number(seconds));
  return date;
};

//Adds a method to all "Date" objects in this scope
//@param {integer} minutes - The number of minutes to add to the Date
//@return {Date} - The new Date
Date.prototype.addMinutes = function (minutes) {
  var date = new Date(this.valueOf());
  date.setMinutes(date.getMinutes() + Number(minutes));
  return date;
};

//Adds a method to all "Date" objects in this scope
//@param {integer} hours - The number of hours to add to the Date
//@return {Date} - The new Date
Date.prototype.addHours = function (hours) {
  var date = new Date(this.valueOf());
  date.setHours(date.getHours() + Number(hours));
  return date;
};

//Adds a method to all "Date" objects in this scope
//@param {integer} days - The number of days to add to the Date
//@return {Date} - The new Date
Date.prototype.addDays = function (days) {
  var date = new Date(this.valueOf());
  date.setDate(date.getDate() + Number(days));
  return date;
};

//Adds a method to all "Date" objects in this scope
//@param {integer} months - The number of months to add to the Date
//@return {Date} - The new Date
Date.prototype.addMonths = function (months) {
  var date = new Date(this.valueOf());
  date.setMonth(date.getMonth() + Number(months));
  return date;
};

//Adds a method to all "Date" objects in this scope
//@param {integer} years - The number of years to add to the Date
//@return {Date} - The new Date
Date.prototype.addYears = function (years) {
  var date = new Date(this.valueOf());
  date.setFullYear(date.getFullYear() + Number(years));
  return date;
};

//Adds a method to all "Date" objects in this scope
//@param {string} weekday - The day of the week
//@return {Date} - The new Date
Date.prototype.getPreviousWeekday = function (weekday) {
  weekday = weekday.toLowerCase();
  var daysOfWeek = ["sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday"];
  var date = new Date(this.valueOf());
  var dayIndex = daysOfWeek.indexOf(weekday);
  var days = date.getDay() * -1 + dayIndex;
  if (dayIndex >= date.getDay()) {
    days = days - 7;
  }
  date.setDate(date.getDate() + days);
  return date;
};

/**************** Date Formatting Methods ****************/

// Adds a method to Date objects that gets the month matching a format
Date.prototype.month = function (format) {
  let options = {
    month: format,
  };
  if (timezone) {options.timeZone = timezone};
  return this.toLocaleDateString(locale, options);
};

// Adds a method to Date objects that gets the day matching a format
Date.prototype.day = function (format) {
  let options = {
    day: format,
  };
  if (timezone) {options.timeZone = timezone};
  return this.toLocaleDateString(locale, options);
};

// Adds a method to Date objects that gets the year matching a format
Date.prototype.year = function (format) {
  let options = { year: format };
  if (timezone) {options.timeZone = timezone};
  return this.toLocaleDateString(locale, options);
};

// Adds a method to Date objects that gets the hour matching a format
Date.prototype.hour = function (format, hour12) {
  let options = {
    hour: format,
    hour12: hour12,
  };
  if (timezone) {options.timeZone = timezone};
  var hours = this.toLocaleTimeString(locale, options).split(" ")[0];
  if (format === "numeric" && !hour12) {
    //remove the first "0" if its numeric and 24 hour time
    hours = String(Number(hours));
  }
  return hours;
};

// Adds a method to Date objects that gets the dayPeriod (AM/PM)
Date.prototype.dayPeriod = function () {
  let options = {
    hour: "2-digit",
    hour12: true,
  };
  if (timezone) {options.timeZone = timezone};
  var hours = this.toLocaleTimeString(locale, options);
  return hours.split(" ")[1];
};

// Adds a method to Date objects that gets the ordinal day matching a format
Date.prototype.dayOrdinal = function (format) {
  let dayNumber = this.getDate();
  let nth = ['th', 'st', 'nd', 'rd'][(dayNumber > 3 && dayNumber < 21) || dayNumber % 10 > 3 ? 0 : dayNumber % 10];
  let options = {
    day: format,
  };
  if (timezone) {options.timeZone = timezone};
  return this.toLocaleDateString(locale, options) + nth;
};

// Adds a method to Date objects that gets the minute matching a format
Date.prototype.minute = function (format) {
  let options = {
    minute: format,
  };
  if (timezone) {options.timeZone = timezone};
  // Handle "2-digit" case not returning 2 characters
  let minutes = this.toLocaleTimeString(locale, options);
  return ("0" + minutes).slice(-2);
};
// Adds a method to Date objects that gets the second matching a format
Date.prototype.second = function (format) {
  let options = {
    second: format,
  }; 
  if (timezone) {options.timeZone = timezone};
  var seconds = this.toLocaleTimeString(locale, options);
  // Handle "2-digit" case not returning 2 characters
  return ("0" + seconds).slice(-2);
};

// Adds a method to Date objects that gets the weekday matching a format
Date.prototype.weekday = function (format) {
  let options = {
    weekday: format,
  };
  if (timezone) {options.timeZone = timezone};
  return this.toLocaleDateString(locale, options);
};

function getDateComponentsFor(date) {
  var dayNumeric = date.day("numeric");
  var dayTwoDigit = date.day("2-digit");
  var dayOrdinal = date.dayOrdinal("numeric");
  var monthNumeric = date.month("numeric");
  var monthTwoDigit = date.month("2-digit");
  var monthNarrow = date.month("narrow");
  var monthShort = date.month("short");
  var monthLong = date.month("long");
  var yearNumeric = date.year("numeric");
  var yearTwoDigit = date.year("2-digit");
  var weekdayNarrow = date.weekday("narrow");
  var weekdayShort = date.weekday("short");
  var weekdayLong = date.weekday("long");
  var hour12TwoDigit = date.hour("2-digit", true);
  var hour24TwoDigit = date.hour("2-digit", false);
  var hour12Numeric = date.hour("numeric", true);
  var hour24Numeric = date.hour("numeric", false);
  var dayPeriod = date.dayPeriod();
  var minute = date.minute("2-digit");
  var second = date.second("2-digit");
  return (monthTwoDigit + "/" + dayTwoDigit + "/" + yearTwoDigit)
}
#include <stdio.h>

int main() {
    char caractere;

    // Demander à l'utilisateur d'entrer un caractère
    printf("Entrez un caractere : ");
    scanf("%c", &caractere);

    // Vérifier si le caractère est une majuscule
    if (caractere >= 'A' && caractere <= 'Z') {
        printf("Le caractere %c est une majuscule.\n", caractere);
    } else {
        printf("Le caractere %c est miniscule.\n", caractere);
    }

    return 0;
}
// HIDE PLUGIN FROM ADMIN PANEL;
add_action('admin_head', 'hide_plugins_css');

function hide_plugins_css() {
    // Replace 'plugin-folder-1', 'plugin-folder-2', etc., with the actual folder names of the plugins
    $plugin_folder_names = array('gravityforms', 'advanced-custom-fields-pro');

    echo '<style>';
    foreach ($plugin_folder_names as $plugin_folder_name) {
        echo "tr[data-slug='$plugin_folder_name'] { display: none !important; }";
    }
    echo '</style>';
}
#include <stdio.h>
#include <string.h>

int i, mot, caractere;
char ch[100];
int main() {
    
    printf("Entrer la chaine de caracteres : ");
    gets(ch);

   // Calcul du nombre de caractères
    caractere = 0;
    for (i = 0; ch[i] != '\0'; i++) {
        if (ch[i] != ' ' && ch[i] != '\n' && ch[i] != '\t') {
            caractere++;
        }
    }
   
   
   // Calcul du nombre de mots
   mot = 1;
   for (i = 0; ch[i] != '\0'; i++) {
        if (ch[i] == ' ' || ch[i] == '\n' || ch[i] == '\t') {
            mot++;
        }
    }
    printf("Le nombre de mots dans la chaine de caracteres est : %d\n", mot);
     printf("Le nombre de caracteres dans la chaine de caracteres est : %d", caractere);
    return 0;
}





// Custom accordion Shortcode: [accordion_shortcode]
function my_custom_shortcode_function() {	
	$repeater_field = get_field('accordion');
	if ($repeater_field) {
	?>
	<div class="accordionOtrDiv" >
		<?php
		$aria = 1;
		foreach ($repeater_field as $row) {
			$heading_element = $row['accordion_heading'];
			$wysiwyg_editor = $row['accordion_text'];
		?>
		<div class="accordionInrDiv" >		
			<div class="accordionItem">
				<button aria-expanded="false" aria-controls="<?php echo 'tab-title-'.$aria; ?>" class="accordionTitle"> <?php echo $heading_element; ?></button>
				<div class="accordionContent" aria-labelledby="<?php echo 'tab-title-'.$aria; ?>">
					<?php echo $wysiwyg_editor; ?>
				</div>
			</div>		
		</div>
	<?php			
			$aria++;
		}
		?>
	</div>
		<?php
	}	
}
add_shortcode('accordion_shortcode', 'my_custom_shortcode_function');


return [
  ...
  'providers' => [
    ...
    \Intervention\Image\ImageServiceProvider::class,
  ],
  'aliases' => Facade::defaultAliases()->merge([
        ...
        'Image' => \Intervention\Image\Facades\Image::class,
    ])->toArray(),
]
<?php

namespace App\Http\Controllers;

use Illuminate\Http\Request;

class ImageController extends Controller 
{
    public function compressImage(Request $request) 
    {
        $this->validate($request, [
            'image' => 'required|image|mimes:jpg,jpeg,png,gif,svg|max:2048'
        ]);

        $image = $request->file['image'];
        /* 
            Note: Use $image = base64_decode($request['image'])
            if the image is sent as a base64 encoded image.
        */
        $image_name = time().'_'.$image->getClientOriginalName();
        $path = public_path('uploads/') . "/" . $image_name;

        Image::make($image->getRealPath())->resize(150, 150)->save($path);
      
        return response()->json(
            [
                'data' => 'Image compressed and added'
            ], 
            201
        );
    }
}
<h1 ><center> <i><u>   my name is rohith </u></i>
        </center>       
        <hr>
       
    </h1>
    
    <ul type="square">
        
        <li> 
            
           <h2>   my favourite books </h2>
            
            <ul type="disc">
                <li> sapiens </li>
                <li> psychology of money</li>
                <li> thinking fast and slow </li>
            </ul>
        </li>
        
        
        <li>
        
            <h2>
                my favorite writers
            </h2>
            
            
                <ul type="circle">
                <li> rabindranath tagore </li>
                <li> j.k rowling </li>
                <li> abdul kalam </li>
            </ul> 
            
              </li>  
            
        
        
    </ul>
    
   <ol type="I" >
     
        <li>
        
          <h2>
              my favorute subjects
            </h2>
        <ol type="a" >
            <li> dbms</li>
            <li> data structures</li>
            <li> COA </li>
            </ol>
            
        </li>
        
        <li>
        
        <h2>
            my favorite movies
            </h2>
        <ol type="1" start="4" >
            <li> amores perros</li>
            <li> blackmail</li>
            <li> inception</li>
            </ol>
        
        </li>           
        
        
    </ol>
Route::get('/', function (Request $request) {
    $location_text = "The IP address {$request->ipinfo->ip}.";
    return view('index', ['location' => $location_text]);
});
protected $middleware = [
    ...
    \ipinfo\ipinfolaravel\ipinfolaravel::class,
];
\app\Http\Kernel.php
<h1 ><center> <i><u>   my name is rohith </u></i>
        </center>       
        <hr>
       
    </h1>
    
    <ul type="square">
        <li> 
            
           <h2>   my favourite books </h2>
            
            <ul type="disc">
                <li> sapiens </li>
                <li> psychology of money</li>
                <li> thinking fast and slow </li>
            </ul>
        
        </li>
        
        <li>
        
            <h2>
                my favorite writers
            </h2>
            
            
                <ul type="circle">
                <li> rabindranath tagore </li>
                <li> j.k rowling </li>
                <li> abdul kalam </li>
            </ul> 
                
            
        </li>
    </ul>
    
    <ol type="I" >
     
        <li>
        
          <h2>
              my favorute subjects
            </h2>
        <ul type="a" >
            <li> dbms</li>
            <li> data structures</li>
            <li> COA </li>
            </ul>
            
        </li>
        
        <li>
        
        <h2>
            my favorite movies
            </h2>
        <ul type="1" start="4" >
            <li> amores perros</li>
            <li> blackmail</li>
            <li> inception</li>
            </ul>
        
        </li>           
        
        
    </ol>
% This is the RIPE Database query service.
% The objects are in RPSL format.
%
% The RIPE Database is subject to Terms and Conditions.
% See https://apps.db.ripe.net/docs/HTML-Terms-And-Conditions

% Note: this output has been filtered.
%       To receive output for a database update, use the "-B" flag.

% Information related to '::/0'

% No abuse contact registered for ::/0

inet6num:       ::/0
netname:        IANA-BLK
descr:          The whole IPv6 address space
country:        EU # Country is really world wide
org:            ORG-IANA1-RIPE
admin-c:        IANA1-RIPE
tech-c:         CREW-RIPE
tech-c:         OPS4-RIPE
mnt-by:         RIPE-NCC-HM-MNT
mnt-lower:      RIPE-NCC-HM-MNT
status:         ALLOCATED-BY-RIR
remarks:        This network is not allocated.
                This object is here for Database
                consistency and to allow hierarchical
                authorisation checks.
created:        2002-08-05T10:21:17Z
last-modified:  2022-05-23T14:49:16Z
source:         RIPE

organisation:   ORG-IANA1-RIPE
org-name:       Internet Assigned Numbers Authority
org-type:       IANA
address:        see http://www.iana.org
remarks:        The IANA allocates IP addresses and AS number blocks to RIRs
remarks:        see http://www.iana.org/numbers
admin-c:        IANA1-RIPE
tech-c:         IANA1-RIPE
mnt-ref:        RIPE-NCC-HM-MNT
mnt-by:         RIPE-NCC-HM-MNT
created:        2004-04-17T09:57:29Z
last-modified:  2013-07-22T12:03:42Z
source:         RIPE # Filtered

role:           RIPE NCC Registration Services Department
address:        RIPE Network Coordination Centre
address:        P.O. Box 10096
address:        1001 EB Amsterdam
address:        the Netherlands
phone:          +31 20 535 4444
fax-no:         +31 20 535 4445
org:            ORG-NCC1-RIPE
admin-c:        MSCH2-RIPE
tech-c:         KL1200-RIPE
tech-c:         XAV
tech-c:         MPRA-RIPE
tech-c:         EM12679-RIPE
tech-c:         KOOP-RIPE
tech-c:         RS23393-RIPE
tech-c:         SPEN
tech-c:         LH47-RIPE
tech-c:         TORL
tech-c:         ME3132-RIPE
tech-c:         JW1966
tech-c:         AD11
tech-c:         HUW
tech-c:         CP11558-RIPE
tech-c:         PH7311-RIPE
tech-c:         KW2814-RIPE
tech-c:         SF9489-RIPE
tech-c:         MK23135-RIPE
tech-c:         OE1366-RIPE
tech-c:         CBT18-RIPE
tech-c:         CG12576-RIPE
tech-c:         RS26744-RIPE
nic-hdl:        CREW-RIPE
abuse-mailbox:  abuse@ripe.net
mnt-by:         RIPE-NCC-HM-MNT
created:        2002-09-23T10:13:06Z
last-modified:  2023-08-29T11:33:21Z
source:         RIPE # Filtered

role:           Internet Assigned Numbers Authority
address:        see http://www.iana.org.
admin-c:        IANA1-RIPE
tech-c:         IANA1-RIPE
nic-hdl:        IANA1-RIPE
remarks:        For more information on IANA services
remarks:        go to IANA web site at http://www.iana.org.
mnt-by:         RIPE-NCC-MNT
created:        1970-01-01T00:00:00Z
last-modified:  2001-09-22T09:31:27Z
source:         RIPE # Filtered

role:           RIPE NCC Operations
address:        Stationsplein 11
address:        1012 AB Amsterdam
address:        The Netherlands
phone:          +31 20 535 4444
fax-no:         +31 20 535 4445
abuse-mailbox:  abuse@ripe.net
admin-c:        BRD-RIPE
tech-c:         GL7321-RIPE
tech-c:         MENN1-RIPE
tech-c:         RCO-RIPE
tech-c:         CNAG-RIPE
tech-c:         SO2011-RIPE
tech-c:         TOL666-RIPE
tech-c:         ADM6699-RIPE
tech-c:         TIB-RIPE
tech-c:         SG16480-RIPE
tech-c:         RDM397-RIPE
nic-hdl:        OPS4-RIPE
mnt-by:         RIPE-NCC-MNT
created:        2002-09-16T10:35:19Z
last-modified:  2019-06-05T11:01:30Z
source:         RIPE # Filtered

% This query was served by the RIPE Database Query Service version 1.109.1 (SHETLAND)

$ curl "https://api.ip2location.io/?key={YOUR_API_KEY}&ip=2607:fea8:f18d:9e00:7053:68f5:5d77:cc0c"
const truncate = (str, n) => {
  return str?.length > n ? str.substr(0, n - 1) + " ..." : str;
}
trigger ClosedOpportunityTrigger on Opportunity (after insert, after update) {
    
        List<Task> tasklist=new List<Task>();
    
        for(Opportunity opp: [SELECT Id, StageName FROM Opportunity WHERE StageName='Closed Won'
                              AND Id IN : Trigger.New])
          tasklist.add(new Task (Subject='Follow Up Test Task', WhatId=opp.Id));
                 
          if(tasklist.size() > 0) {
             insert tasklist;
          }
}
      <FormLayoutSection className="Location-Info" title="Location Info">
        <div className="mb-5">
          <div className="inline-flex justify-between w-full">
            <div className="block mb-1 text-sm font-semibold text-gray-700 dark:text-gray-100">
              County FIPS(s):
              <span className="text-red-500 text-md">{`  `}*</span>
            </div>
            <Tooltip
              className="-mt-1"
              direction="left"
              content="This is a 6-digit numeric code identifying the geographic area for where you want to send the alert - the 5-digit numeric code must be prefaced with an additional zero"
            />
          </div>
          {/* {FIPSList.map(fipsCode => (
            <div key={fipsCode}>
              <input
                type="checkbox"
                id={fipsCode}
                name="CountyFIPS"
                value={fipsCode}
                ref={register({ required: true })}
                onChange={() => handleSelect(fipsCode)}
                checked={selectedOptions.includes(fipsCode)}
              />
              <label htmlFor={fipsCode}>
                {fipsCode} - {findFipsCodeName(fipsCode)}, {findFipsCodeState(fipsCode)}
              </label>
            </div>
          ))} */}
          {/* {FIPSList.map(fipsCode => (
            <div key={fipsCode}>
              <Checkbox
                id={fipsCode}
                name="CountyFIPS"
                value={fipsCode}
                ref={register({ required: true })}
                defaultChecked={false}
              >
                {fipsCode} - {findFipsCodeName(fipsCode)}, {findFipsCodeState(fipsCode)}
              </Checkbox>
            </div>
          ))} */}
        </div>
        <div className="mb-5">
          <Controller
            name="CountyFIPS"
            control={control}
            defaultValue={[]}
            render={({ ...field }) => (
              <div>
                {FIPSList.map(fipsCode => (
                  <label key={fipsCode} className="inline-flex items-center">
                    <input
                      className="rounded border-gray-300 focus:ring-2 focus:ring-opacity-50"
                      type="checkbox"
                      {...field}
                      value={fipsCode}
                      checked={field.value.includes(fipsCode)}
                      onChange={e => {
                        const selectedOptions = [...field.value]
                        if (e.target.checked) {
                          selectedOptions.push(fipsCode)
                        } else {
                          const index = selectedOptions.indexOf(fipsCode)
                          if (index > -1) {
                            selectedOptions.splice(index, 1)
                          }
                        }
                        field.onChange(selectedOptions)
                      }}
                    />
                    <span className="mx-2 text-sm">
                      {fipsCode} - {findFipsCodeName(fipsCode)},{' '}
                      {findFipsCodeState(fipsCode)}
                    </span>
                  </label>
                ))}
              </div>
            )}
          />
          {/* <MultiSelect
            id="CountyFIPS"
            ref={register({ required: true })}
            name="CountyFIPS"
            label="OCV County FIPS(s):"
            labelTooltipComponent={
              <Tooltip
                content="This is a 6-digit numeric code identifying the geographic area for where you want to send the alert - the 5-digit numeric code must be prefaced with an additional zero"
                direction="left"
              />
            }
            required
            multiple
            onChange={event => {
              if (event.target.value === 'Select FIPS Code') {
                setError('CountyFIPS', {
                  type: 'manual',
                  message: 'Please select the FIPS Code',
                })
              }
            }}
            onBlur={event => {
              if (event.target.value === 'Select FIPS Code') {
                setError('CountyFIPS', {
                  type: 'manual',
                  message: 'Please select the FIPS Code',
                })
              }
            }}
            value={FIPSList}
          >
            <option defaultValue="">Select FIPS Code</option>
            {FIPSList.map((fipsCode, index) => (
              <option key={index} value={fipsCode}>
                {fipsCode} - {findFipsCodeName(fipsCode)}, {findFipsCodeState(fipsCode)}
              </option>
            ))}
            {!FIPSList.length && (
              <option defaultValue="">No FIPS Codes. Please add in settings.</option>
            )}
          </MultiSelect> */}
          <p className="text-sm text-red-500">
            {errors.CountyFIPS && errors.CountyFIPS.message}
          </p>
        </div>
        <div className="mb-5">
          <p className="block text-sm font-semibold text-gray-700 dark:text-gray-100">
            Validation Info:{' '}
            <span className="text-sm font-semibold text-red-500">
              {locationPoints > 100 &&
                'More than 100 points added please remove locations.'}{' '}
              {locationShapes > 10 &&
                'More than 10 shapes added please remove locations.'}
            </span>
          </p>
          <p className="text-sm font-semibold text-gray-700 dark:text-gray-100">
            {locationPoints} Points - {locationShapes} Shapes
          </p>
        </div>
        {!locationShapes && (
          <div className="px-2 py-1 bg-yellow-700 rounded-md mb-5">
            <p className="text-md font-semibold text-gray-100">
              Note: If no shape is selected, the notification will go to the entire FIPS
              Code.
            </p>
          </div>
        )}

        {/* {notificationType === 'IPAWS' && (
            //   <Input
            //     id="CountyFIPS"
            //     name="CountyFIPS"
            //     type="number"
            //     onBlur={e =>
            //       e.target.removeEventListener('wheel', function (e) {
            //         e.preventDefault()
            //       })
            //     }
            //     onFocus={e =>
            //       e.target.addEventListener(
            //         'wheel',
            //         function (e) {
            //           e.preventDefault()
            //         },
            //         { passive: false }
            //       )
            //     }
            //     label="County FIPS(s):"
            //     labelTooltipComponent={
            //       <Tooltip
            //         content="This is a 6-digit numeric code identifying the geographic area for where you want to send the alert - the 5-digit numeric code must be prefaced with an additional zero"
            //         direction="left"
            //       />
            //     }
            //     placeholder="######"
            //     required
            //     ref={register({
            //       required: true,
            //       validate: validateSixDigits,
            //     })}
            //     error={errors.FIPS ? errors.FIPS.message : ''}
            //   />
            // )}
            // {errors.CountyFIPS && (
            //   <p className="text-sm text-red-500">{errors.CountyFIPS.message}</p>*/}
        {/* <div className="mb-5">
          <NativeSelect
            id="CountyFIPS"
            ref={register({ required: true })}
            name="CountyFIPS"
            label="County FIPS(s):"
            labelTooltipComponent={
              <Tooltip
                content="This is a 6-digit numeric code identifying the geographic area for where you want to send the alert - the 5-digit numeric code must be prefaced with an additional zero"
                direction="left"
              />
            }
            required
            onChange={event => {
              if (event.target.value === 'Select FIPS Code') {
                setError('CountyFIPS', {
                  type: 'manual',
                  message: 'Please select the FIPS Code',
                })
              }
            }}
            onBlur={event => {
              if (event.target.value === 'Select FIPS Code') {
                setError('CountyFIPS', {
                  type: 'manual',
                  message: 'Please select the FIPS Code',
                })
              }
            }}
          >
            <option defaultValue="">Select FIPS Code</option>
            {FIPSList.map((fipsCode, index) => (
              <option key={index} value={fipsCode}>
                {fipsCode} - {findFipsCodeName(fipsCode)}, {findFipsCodeState(fipsCode)}
              </option>
            ))}
            {!FIPSList.length && (
              <option defaultValue="">No FIPS Codes. Please add in settings.</option>
            )}
          </NativeSelect>
          <p className="text-sm text-red-500">{errors.CountyFIPS && errors.CountyFIPS.message}</p>
        </div> */}
        {/* <MultiSelect options={FIPSList} onSelect={handleSelect} ref></MultiSelect> */}

        <div className="flex flex-col">
          <p className="block mb-1 text-sm font-semibold text-gray-700 dark:text-gray-100">
            Choose a Geographic Location
          </p>
          <Button
            onClick={mapModalState}
            icon={<Icon className="mr-2 -ml-1" name="globe" />}
          >
            Choose Location
          </Button>
        </div>
      </FormLayoutSection>
% This is the RIPE Database query service.
% The objects are in RPSL format.
%
% The RIPE Database is subject to Terms and Conditions.
% See https://apps.db.ripe.net/docs/HTML-Terms-And-Conditions
% Note: this output has been filtered.
%       To receive output for a database update, use the "-B" flag.
% Information related to '::/0'
% No abuse contact registered for ::/0
inet6num:       ::/0
netname:        IANA-BLK
descr:          The whole IPv6 address space
country:        EU # Country is really world wide
org:            ORG-IANA1-RIPE
admin-c:        IANA1-RIPE
tech-c:         CREW-RIPE
tech-c:         OPS4-RIPE
mnt-by:         RIPE-NCC-HM-MNT
mnt-lower:      RIPE-NCC-HM-MNT
status:         ALLOCATED-BY-RIR
remarks:        This network is not allocated.
                This object is here for Database
                consistency and to allow hierarchical
                authorisation checks.
created:        2002-08-05T10:21:17Z
last-modified:  2022-05-23T14:49:16Z
source:         RIPE
organisation:   ORG-IANA1-RIPE
org-name:       Internet Assigned Numbers Authority
org-type:       IANA
address:        see http://www.iana.org
remarks:        The IANA allocates IP addresses and AS number blocks to RIRs
remarks:        see http://www.iana.org/numbers
admin-c:        IANA1-RIPE
tech-c:         IANA1-RIPE
mnt-ref:        RIPE-NCC-HM-MNT
mnt-by:         RIPE-NCC-HM-MNT
created:        2004-04-17T09:57:29Z
last-modified:  2013-07-22T12:03:42Z
source:         RIPE # Filtered
role:           RIPE NCC Registration Services Department
address:        RIPE Network Coordination Centre
address:        P.O. Box 10096
address:        1001 EB Amsterdam
address:        the Netherlands
phone:          +31 20 535 4444
fax-no:         +31 20 535 4445
org:            ORG-NCC1-RIPE
admin-c:        MSCH2-RIPE
tech-c:         KL1200-RIPE
tech-c:         XAV
tech-c:         MPRA-RIPE
tech-c:         EM12679-RIPE
tech-c:         KOOP-RIPE
tech-c:         RS23393-RIPE
tech-c:         SPEN
tech-c:         LH47-RIPE
tech-c:         TORL
tech-c:         ME3132-RIPE
tech-c:         JW1966
tech-c:         AD11
tech-c:         HUW
tech-c:         CP11558-RIPE
tech-c:         PH7311-RIPE
tech-c:         KW2814-RIPE
tech-c:         SF9489-RIPE
tech-c:         MK23135-RIPE
tech-c:         OE1366-RIPE
tech-c:         CBT18-RIPE
tech-c:         CG12576-RIPE
tech-c:         RS26744-RIPE
nic-hdl:        CREW-RIPE
abuse-mailbox:  abuse@ripe.net
mnt-by:         RIPE-NCC-HM-MNT
created:        2002-09-23T10:13:06Z
last-modified:  2023-08-29T11:33:21Z
source:         RIPE # Filtered
role:           Internet Assigned Numbers Authority
address:        see http://www.iana.org.
admin-c:        IANA1-RIPE
tech-c:         IANA1-RIPE
nic-hdl:        IANA1-RIPE
remarks:        For more information on IANA services
remarks:        go to IANA web site at http://www.iana.org.
mnt-by:         RIPE-NCC-MNT
created:        1970-01-01T00:00:00Z
last-modified:  2001-09-22T09:31:27Z
source:         RIPE # Filtered
role:           RIPE NCC Operations
address:        Stationsplein 11
address:        1012 AB Amsterdam
address:        The Netherlands
phone:          +31 20 535 4444
fax-no:         +31 20 535 4445
abuse-mailbox:  abuse@ripe.net
admin-c:        BRD-RIPE
tech-c:         GL7321-RIPE
tech-c:         MENN1-RIPE
tech-c:         RCO-RIPE
tech-c:         CNAG-RIPE
tech-c:         SO2011-RIPE
tech-c:         TOL666-RIPE
tech-c:         ADM6699-RIPE
tech-c:         TIB-RIPE
tech-c:         SG16480-RIPE
tech-c:         RDM397-RIPE
nic-hdl:        OPS4-RIPE
mnt-by:         RIPE-NCC-MNT
created:        2002-09-16T10:35:19Z
last-modified:  2019-06-05T11:01:30Z
source:         RIPE # Filtered
% This query was served by the RIPE Database Query Service version 1.109.1 (BUSA)
trigger AccountAddressTrigger on Account (before insert,before update) {
    for(Account acct:Trigger.New){
        if(acct.Match_Billing_Address__c=true && aacct.BillingPostalCode!=null){
            acct.shippingPostalCode=acct.BillingPostalCode;
        }
    }
}
28243689208aab2b40b9082a31c5383e
//fade out and hide a fixed element when you scroll to the bottom of the page (jQuery)

$(window).scroll(function(){
  var threshold = 200; // number of pixels before bottom of page that you want to start fading
  var op = (($(document).height() - $(window).height()) - $(window).scrollTop()) / threshold;
	if( op <= 0 ){
		$("#thing-to-hide").hide();
	} else {
		$("#thing-to-hide").show();
	}
	$("#thing-to-hide").css("opacity", op ); 
});
Sales % =

DIVIDE (
	[Total Sales],
	CALCULATE (
		[Total Sales],
		ALLSELECTED ( 'Product'[Brand])
		)
)
star

Sat Jan 06 2024 11:55:22 GMT+0000 (Coordinated Universal Time) https://dnevnik.ru/marks

@whysorax

star

Sat Jan 06 2024 08:26:37 GMT+0000 (Coordinated Universal Time)

@Hritujeet

star

Fri Jan 05 2024 20:24:03 GMT+0000 (Coordinated Universal Time)

@shirnunn

star

Fri Jan 05 2024 16:48:10 GMT+0000 (Coordinated Universal Time) https://gamedips.xyz/cashapp-new

@Heavenlygrace23

star

Fri Jan 05 2024 16:24:12 GMT+0000 (Coordinated Universal Time)

@马丽

star

Fri Jan 05 2024 16:23:05 GMT+0000 (Coordinated Universal Time)

@Kamalesh_Code

star

Fri Jan 05 2024 16:21:56 GMT+0000 (Coordinated Universal Time)

@Kamalesh_Code

star

Fri Jan 05 2024 12:45:47 GMT+0000 (Coordinated Universal Time)

@Hritujeet

star

Fri Jan 05 2024 12:29:39 GMT+0000 (Coordinated Universal Time) https://expressjs.com/en/starter/hello-world.html

@Hritujeet

star

Fri Jan 05 2024 12:00:40 GMT+0000 (Coordinated Universal Time)

@Shira

star

Fri Jan 05 2024 10:01:10 GMT+0000 (Coordinated Universal Time)

@BilalRaza12

star

Fri Jan 05 2024 09:59:59 GMT+0000 (Coordinated Universal Time)

@BilalRaza12

star

Fri Jan 05 2024 09:59:22 GMT+0000 (Coordinated Universal Time)

@BilalRaza12

star

Fri Jan 05 2024 09:58:14 GMT+0000 (Coordinated Universal Time)

@BilalRaza12

star

Fri Jan 05 2024 09:45:00 GMT+0000 (Coordinated Universal Time) https://github.com/lydiahallie/javascript-questions

@rahulkhandelwal

star

Fri Jan 05 2024 08:58:50 GMT+0000 (Coordinated Universal Time)

@sandeepv

star

Fri Jan 05 2024 07:57:38 GMT+0000 (Coordinated Universal Time) https://huggingface.co/whiterabbitneo/WhiteRabbitNeo-13B

@krymnlz

star

Fri Jan 05 2024 07:55:38 GMT+0000 (Coordinated Universal Time)

@msaadshahid

star

Fri Jan 05 2024 07:52:29 GMT+0000 (Coordinated Universal Time) https://github.com/lydiahallie/javascript-questions

@rahulkhandelwal

star

Fri Jan 05 2024 07:52:18 GMT+0000 (Coordinated Universal Time) https://github.com/lydiahallie/javascript-questions

@rahulkhandelwal

star

Fri Jan 05 2024 07:13:40 GMT+0000 (Coordinated Universal Time)

@msaadshahid

star

Fri Jan 05 2024 06:50:59 GMT+0000 (Coordinated Universal Time)

@ZxDelt #c# #diceroller #boardgames

star

Fri Jan 05 2024 03:31:43 GMT+0000 (Coordinated Universal Time)

@vishalsingh21

star

Thu Jan 04 2024 22:43:47 GMT+0000 (Coordinated Universal Time) https://bcee.snet.lu/ssogate/xlogin

@cardkredit

star

Thu Jan 04 2024 22:27:30 GMT+0000 (Coordinated Universal Time)

@CMirich

star

Thu Jan 04 2024 21:40:48 GMT+0000 (Coordinated Universal Time)

@elOuahabiKarim

star

Thu Jan 04 2024 21:23:57 GMT+0000 (Coordinated Universal Time)

@Muhammad_Waqar

star

Thu Jan 04 2024 15:32:05 GMT+0000 (Coordinated Universal Time)

@lowcountrylocal

star

Thu Jan 04 2024 11:23:01 GMT+0000 (Coordinated Universal Time) https://www.digitalocean.com/community/tutorials/pandas-read_excel-reading-excel-file-in-python

@webdeveloper_

star

Thu Jan 04 2024 11:17:34 GMT+0000 (Coordinated Universal Time)

@mubashir_aziz

star

Thu Jan 04 2024 11:05:57 GMT+0000 (Coordinated Universal Time) https://www.twilio.com/blog/image-compression-in-laravel

@zaryabmalik #php

star

Thu Jan 04 2024 11:05:53 GMT+0000 (Coordinated Universal Time) https://www.twilio.com/blog/image-compression-in-laravel

@zaryabmalik #bash

star

Thu Jan 04 2024 11:05:44 GMT+0000 (Coordinated Universal Time) https://www.twilio.com/blog/image-compression-in-laravel

@zaryabmalik #php

star

Thu Jan 04 2024 08:07:13 GMT+0000 (Coordinated Universal Time) https://github.com/ipinfo/laravel

@zaryabmalik

star

Thu Jan 04 2024 08:06:52 GMT+0000 (Coordinated Universal Time) https://classroom.codingninjas.com/app/classroom/me/23216/content/669005/offering/10827330/problem/22661?leftPanelTabValue

@rohithanasuri

star

Thu Jan 04 2024 08:06:25 GMT+0000 (Coordinated Universal Time) https://github.com/ipinfo/laravel

@zaryabmalik

star

Thu Jan 04 2024 08:06:21 GMT+0000 (Coordinated Universal Time) https://github.com/ipinfo/laravel

@zaryabmalik

star

Thu Jan 04 2024 08:04:59 GMT+0000 (Coordinated Universal Time) https://github.com/ipinfo/laravel

@zaryabmalik

star

Thu Jan 04 2024 07:13:35 GMT+0000 (Coordinated Universal Time) https://classroom.codingninjas.com/app/classroom/me/23216/content/669005/offering/10827330/problem/22661?leftPanelTabValue

@rohithanasuri

star

Thu Jan 04 2024 00:25:30 GMT+0000 (Coordinated Universal Time) https://www.ip-tracker.org/lookup/whois.php?query

@etg1

star

Thu Jan 04 2024 00:18:05 GMT+0000 (Coordinated Universal Time) https://www.geolocation.com/?ip

@etg1 #json

star

Wed Jan 03 2024 21:57:44 GMT+0000 (Coordinated Universal Time)

@davidmchale #javascript #limiter #truncatetext

star

Wed Jan 03 2024 18:26:45 GMT+0000 (Coordinated Universal Time)

@abhi40

star

Wed Jan 03 2024 18:25:16 GMT+0000 (Coordinated Universal Time)

@bfpulliam #react.js

star

Wed Jan 03 2024 17:04:03 GMT+0000 (Coordinated Universal Time) https://www.infobyip.com/ipwhois-2607:fea8:f18d:9e00:9bc:3201:38e5:5954.html

@etg1

star

Wed Jan 03 2024 17:01:07 GMT+0000 (Coordinated Universal Time)

@abhi40

star

Wed Jan 03 2024 11:33:36 GMT+0000 (Coordinated Universal Time) https://home.openweathermap.org/api_keys

@yuvalba

star

Wed Jan 03 2024 10:08:47 GMT+0000 (Coordinated Universal Time)

@vishalsingh21

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension