Snippets Collections
import pyarrow as pya
from pyarrow import orc
from glob import glob
import duckdb

conn = duckdb.connect(database='python_db.duckdb')

# Read Multiple orc file using pyarrow
orc_files = glob("orc_file_path/*.orc")
data_list = []
for orc_file in orc_files:
    with open(orc_file,"rb") as orcfile:
        data = orc.ORCFile(orcfile).read()
        data_list.append(data)

# Combaine all orc table into single arrow table
final_table = pya.concat_tables(data_list)

# Register the Pyarrow Table in DuckDB As View
conn.register('orc_table',final_table)

# Query the view
conn.execute("SELECT * FROM orc_table;").df()
import pyarrow as pya
from pyarrow import orc
from glob import glob
import duckdb

conn = duckdb.connect(database='python_db.duckdb')

# Read orc file using pyarrow
orc_filepath = 'ORC file path'
with open(orc_filepath,'rb') as orc_file:
    table = orc.ORCFile(orc_file).read()

# Register the Pyarrow Table in DuckDB As View
conn.register('orc_table',table)

# Query the view
conn.execute("SELECT * FROM orc_table;").df()
In today's world, academic integrity and originality are of paramount importance. Whether you are a student, writer, or content creator, ensuring your work is free from plagiarism is essential. This is where a free online plagiarism checker comes in handy. With the rise of digital content, plagiarism detection tools have become more advanced, offering users quick and accurate assessments of their work’s originality.
#! /bin/bash

# Setting Postgis password
export PGPASSWORD="postgis_password"

for i in $(ls /home/user/Saravaana/Summary_Data_Generation/pyspark/Output_File/COL/05/*.csv);
	do
		echo "Started: $i"
		psql -h host -U user -d database -c "\copy public.transdata (maid, transaction_datetime, latitude, longitude, geohash, dwell_time_in_seconds) from  '$i' with (format csv,header true, delimiter ',');"
		echo "Completed: $i"
	done;

# Unset password after the script finishes for security
unset PGPASSWORD
.woocommerce-message{
	display:none !important;
}

.top-my-acc a i {
	font-size:22px !important;
}

.fifty-percent{
	width:50% !important;
}

.cstm-my-acc{
	display:flex;
}

.tbay-search-mobile{
	display:none !important;
}

.tbay-homepage-demo .wrapper-container{
	padding-top:0px !important;
}

.woo-swatches-pro-btn .add-cart{
	display:none !important;
}

#main > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-fe4ea26.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.animated.fadeInUp > div > div > div > div.elementor-element.elementor-element-8a8cee2.elementor-product-landing-page.elementor-widget.elementor-widget-tbay-products > div > div > div > div > div > div > div > div.caption > span{
	justify-content:center !important;
}

.has-post-thumbnail.shipping-taxable.purchasable.product-type-variable.wvs-archive-product-wrapper > div > div.wvs-archive-variations-wrapper.wvs-pro-loaded{
	display:none !important;
}

#tbay-breadcrumb > div > div > ol{
	display:none !important;
}

.term-94  #tbay-breadcrumb > div > div:after{
	content: "Brand with Over 30 Years of Reputation";
}

.term-95  #tbay-breadcrumb > div > div:after{
	content: "Select Your Product, Packaging Style, and Create Your Own Label through Us"
}


.term-95 .woocommerce-products-header{
	display:none;
}


.term-94 .woocommerce-products-header{
	display:none;
}

.page-id-6148 .page-title{
	display:block !important;
}

.page-id-6148 .page-title:after{
	display:block !important;
	content: "Personalized Formula Just for You" !important;
	font-size:16px !important;
	font-weight:400;
	color:#555;
	font-family:"Roboto";
}

.um-button{
	background-color:#a88f71 !important;
}

@media screen and (max-width: 768px) {
#main > div.display-products.products.products-grid > div > div.product.type-product.post-6481.status-publish.instock.product_cat-label-printing.product_cat-white-label.has-post-thumbnail.shipping-taxable.purchasable.product-type-variable.wvs-archive-product-wrapper > div > div.product-content > div.caption > div.wvs-archive-variations-wrapper.wvs-pro-loaded > ul > li:nth-child(3) > ul > li.variable-item.button-variable-item.button-variable-item-metalic-silver-film {
	min-height:50px !important;
}
}
	

In today’s fast-paced academic world, students often struggle to craft compelling personal stories, which is why a narrative essay writing service can be a game-changer. Whether you’re sharing a life-changing experience, a moment of realization, or a journey of self-discovery, a well-written narrative essay should captivate the reader and evoke emotions. However, many students find it challenging to structure their thoughts, maintain coherence, and create an engaging narrative. This is where professional writing services step in, offering expert assistance to transform ideas into powerful stories.

Why Choose a Narrative Essay Writing Service?
Unlike research papers or analytical essays, narrative essays require a unique blend of creativity and storytelling skills. Professional writers specializing in this genre understand how to craft vivid descriptions, develop engaging characters, and build a compelling plot. Here’s why using a writing service can be beneficial:

Expert Guidance: Experienced writers know how to construct narratives that flow smoothly and hold the reader’s attention.
Personalized Approach: Each story is unique, and a professional service ensures that your voice and perspective shine through.
Time-Saving Solution: Writing a high-quality narrative essay requires time and effort. A writing service allows students to focus on other academic responsibilities.
Polished and Error-Free Work: A professionally written essay undergoes rigorous editing to ensure clarity, coherence, and grammatical accuracy.
Key Features of a Quality Narrative Essay
A top-tier narrative essay writing service doesn’t just provide generic content—it crafts immersive stories tailored to the client’s experiences and vision. Here are the essential elements that make a narrative essay stand out:

Engaging Hook – The introduction should immediately grab the reader’s attention with an intriguing statement or question.
Vivid Descriptions – Using sensory details and figurative language enhances the storytelling experience.
Well-Structured Plot – A strong narrative follows a clear structure with a beginning, middle, and end.
Emotional Connection – The story should evoke emotions, making the reader feel involved in the experience.
Meaningful Conclusion – The ending should leave a lasting impression, often with a lesson learned or a reflection on the experience.
Who Can Benefit from a Narrative Essay Writing Service?
Students of all levels can take advantage of these services, whether they are struggling with creativity, language barriers, or time constraints. Additionally, professionals who need compelling personal statements for college applications or job portfolios can also benefit from expert storytelling assistance.
 trainingRadioBtns.forEach(onHandleCheckbox);

    // Update selectedOptions[] when checkboxes are clicked
    function onHandleCheckbox(checkbox) {
        checkbox.addEventListener("change", () => {
            const status = [...trainingRadioBtns].map((btn) => ({
                value: btn.value,
                checked: btn.checked,
            }));

            checkedValues = status.filter((btn) => btn.checked).map((btn) => btn.value); // selected check values array
            const notSelected = status.filter((btn) => !btn.checked).map((btn) => btn.value); // not selected check values array
            console.log("selected", checkedValues);
            console.log("not selected", notSelected);

            filteredItems = locations.filter((item) => {
                // Prepare each individual match condition for filtering
                // const matchesCategory = checkedValues.includes(item.category);
                const matchesFunded = (checkedValues.includes("funded") && item.funded) || notSelected.includes("funded");
                const matchesOnline = (checkedValues.includes("isAvailableOnline") && item.isAvailableOnline) || notSelected.includes("isAvailableOnline");
                const matchesPartTime = (checkedValues.includes("isAvailablePartTime") && item.isAvailablePartTime) || notSelected.includes("isAvailablePartTime");
                const matchesApprentice = (checkedValues.includes("apprenticeshipTraineeship") && item.apprenticeshipTraineeship) || notSelected.includes("apprenticeshipTraineeship");
                const matchesVetFeeCourse = (checkedValues.includes("isVetFeeCourse") && item.isVetFeeCourse) || notSelected.includes("isVetFeeCourse");

                // Check if the item matches any of the selected filters (OR logic) and return

                return matchesFunded && matchesOnline & matchesPartTime & matchesApprentice & matchesVetFeeCourse;
            });

            // if no items are found on filtering, show a message in the DOM
            if (filteredItems.length === 0) {
                list.innerHTML = `<h4>No items exist with these current filters<h3>`;
            } else {
                displayLocations();
            }
        });
    }
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()

local UserInputService = game:GetService("UserInputService")
local RunService = game:GetService("RunService")

local camera = game.Workspace.CurrentCamera

local aimCF = CFrame.new()

local isAiming = false

local currentSwayAMT = -.3
local swayAMT = -.3
local aimSwayAMT = .2
local swayCF = CFrame.new()
local lastCameraCF = CFrame.new()

local framework = {
	inventory = {
		"M4A1";
		"M9";
		"Knife";
		"Frag";
	};

	module = nil;
	viewmodel = nil;
	currentSlot = 1;
}

function loadSlot (Item)
	local viewmodelFolder = game.ReplicatedStorage.Viewmodels
	local moduleFolder = game.ReplicatedStorage.Modules
	
	for i,v in pairs(camera:GetChildren()) do
		if v:IsA("Model") then
			v:Destroy()
		end
	end
	
	if moduleFolder:FindFirstChild(Item) then
		framework.module = require(moduleFolder:FindFirstChild(Item))
		
		if viewmodelFolder:FindFirstChild(Item) then
			framework.viewmodel = viewmodelFolder:FindFirstChild(Item):Clone()
			framework.viewmodel.Parent = camera
		end		
	end
end

RunService.RenderStepped:Connect(function()
	
	local rot = camera.CFrame:ToObjectSpace(lastCameraCF)
	local X,Y,Z = rot:ToOrientation()
	swayCF = swayCF:Lerp(CFrame.Angles(math.sin(X) * currentSwayAMT, math.sin(Y) * currentSwayAMT, 0), .1)
	lastCameraCF = camera.CFrame
	
	local humanoid = character:WaitForChild("Humanoid")
	
	if humanoid then
		local bobOffset = CFrame.new()
		
		if humanoid.MoveDirection.Magnitude > 0 then
			if humanoid.WalkSpeed == 13 then
				bobOffset = CFrame.new(math.cos(tick() * 4) * .05, -humanoid.CameraOffset.Y/3, humanoid.CameraOffset.Z/3) * CFrame.Angles(0, math.sin(tick() * -4) * -.05, math.cos(tick() * -4) * .05)
			elseif humanoid.WalkSpeed == 20 then
				bobOffset = CFrame.new(math.cos(tick() * 8) * .1, -humanoid.CameraOffset.Y/3, humanoid.CameraOffset.Z/3) * CFrame.Angles(0, math.sin(tick() * -8) * -.1, math.cos(tick() * -8) * .1)
			end
		else
			bobOffset = CFrame.new(0, -humanoid.CameraOffset.Y/3, 0)
		end
		

			



		for i, v in pairs(camera:GetChildren()) do
			if v:IsA("Model") then
				v:SetPrimaryPartCFrame(camera.CFrame * swayCF * aimCF * bobOffset)
			end
		end
	end
	

	
	if  isAiming and framework.viewmodel ~= nil and framework.module.canAim then
		local offset = framework.viewmodel.AimPart.CFrame:ToObjectSpace(framework.viewmodel.PrimaryPart.CFrame)
		aimCF = aimCF:Lerp(offset, framework.module.aimSmooth)
		currentSwayAMT = aimSwayAMT
		
	else
		local offset = CFrame.new()
		aimCF = aimCF:Lerp(offset, framework.module.aimSmooth)
		currentSwayAMT = swayAMT
	end
end)

loadSlot(framework.inventory[1])

UserInputService.InputBegan:Connect(function(input)
	if input.KeyCode == Enum.KeyCode.One then
		if framework.currentSlot ~= 1 then
			loadSlot(framework.inventory[1])
			framework.currentSlot = 1
		end
	end
	
	if input.KeyCode == Enum.KeyCode.Two then
		if framework.currentSlot ~= 2 then
			loadSlot(framework.inventory[2])
			framework.currentSlot = 2
		end		
	end
	
	if input.KeyCode == Enum.KeyCode.Three then
		if framework.currentSlot ~= 3 then
			loadSlot(framework.inventory[3])
			framework.currentSlot = 3
		end		
	end
	
	if input.KeyCode == Enum.KeyCode.Four then
		if framework.currentSlot ~= 4 then
			loadSlot(framework.inventory[4])
			framework.currentSlot = 4
		end		
	end
	
	if input.UserInputType == Enum.UserInputType.MouseButton2 then
		isAiming = true
	end
end)

UserInputService.InputEnded:Connect(function(input)
	if input.UserInputType == Enum.UserInputType.MouseButton2 then
		isAiming = false
	end
end)

---------------------------------------------------------------------------------------------------
  
local UserInputService = game:GetService("UserInputService")
local RunService = game:GetService("RunService")

local character = script.Parent
local humanoid = character:WaitForChild("Humanoid")

local camera = game.Workspace.Camera

UserInputService.InputBegan:Connect(function(input)
	if input.KeyCode == Enum.KeyCode.LeftShift then
		if humanoid then
			humanoid.WalkSpeed = 20
		end
	end
end)

UserInputService.InputEnded:Connect(function(input)
	if input.KeyCode == Enum.KeyCode.LeftShift then
		humanoid.WalkSpeed = 13
	end
end)

RunService.RenderStepped:Connect(function()
	if humanoid then
		if humanoid.MoveDirection.Magnitude > 0 then
			local headBobY = math.sin(tick() * 10) * .2
			
			if humanoid.WalkSpeed == 13 then 
				headBobY = math.sin(tick() * 10) * .2
			elseif humanoid.WalkSpeed == 20 then
				headBobY = math.sin(tick() * 18) * .3
			end
			
			local bob = Vector3.new(0, headBobY, 0)
			humanoid.CameraOffset = humanoid.CameraOffset:Lerp(bob, .1)
		else
			humanoid.CameraOffset = humanoid.CameraOffset:Lerp(Vector3.new(), .1)

		end
	end	
end) 
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()

local UserInputService = game:GetService("UserInputService")
local RunService = game:GetService("RunService")

local camera = game.Workspace.CurrentCamera

local framework = {
	inventory = {
		"M4A1";
		"M9";
		"Knife";
		"Frag";
	};

	module = nil;
	viewmodel = nil;
	currentSlot = 1;
}

function loadSlot (Item)
	local viewmodelFolder = game.ReplicatedStorage.Viewmodels
	local moduleFolder = game.ReplicatedStorage.Modules
	
	for i,v in pairs(camera:GetChildren()) do
		if v:IsA("Model") then
			v:Destroy()
		end
	end
	
	if moduleFolder:FindFirstChild(Item) then
		framework.module = require(moduleFolder:FindFirstChild(Item))
		
		if viewmodelFolder:FindFirstChild(Item) then
			framework.viewmodel = viewmodelFolder:FindFirstChild(Item):Clone()
			framework.viewmodel.Parent = camera
		end		
	end
end

RunService.RenderStepped:Connect(function()
	for i, v in pairs(camera:GetChildren()) do
		if v:IsA("Model") then
			v:SetPrimaryPartCFrame(camera.CFrame)
		end
	end
end)

loadSlot(framework.inventory[1])

UserInputService.InputBegan:Connect(function(input)
	if input.KeyCode == Enum.KeyCode.One then
		if framework.currentSlot ~= 1 then
			loadSlot(framework.inventory[1])
			framework.currentSlot = 1
		end
	end
	
	if input.KeyCode == Enum.KeyCode.Two then
		if framework.currentSlot ~= 2 then
			loadSlot(framework.inventory[2])
			framework.currentSlot = 2
		end		
	end
	
	if input.KeyCode == Enum.KeyCode.Three then
		if framework.currentSlot ~= 3 then
			loadSlot(framework.inventory[3])
			framework.currentSlot = 3
		end		
	end
	
	if input.KeyCode == Enum.KeyCode.Four then
		if framework.currentSlot ~= 4 then
			loadSlot(framework.inventory[4])
			framework.currentSlot = 4
		end		
	end
end)
#include <bits/stdc++.h>
using namespace std;
#define ll long long int
#define sorta(a) sort(a.begin(), a.end())
#define dsort(a) sort(a.begin(), a.end(), greater<int>())
#define yes cout << "YES" << endl
#define no cout << "NO" << endl
#define inp(a,b,c) ll a,b,c; cin>>a>>b>>c
#define in(a,b) ll a,b; cin>>a>>b
#define i(a) ll a; cin>>a
#define coutt(arr, n) for (ll i = 0; i < n; i++) { cout << arr[i] << " "; }
#define cinn(v, n) vector<ll> v(n,0); for (ll i = 0; i < n; i++) { cin >> v[i]; }
#define mpp(a) unordered_map<ll,ll> a
#define all(vec) vec.begin(), vec.end()

template <typename T>
void out(const T& a) { cout << a << '\n'; }
#ifndef ONLINE_JUDGE
#define debug(x) cerr << #x << " = "; _print(x); cerr << '\n'
#else
#define debug(x)
#endif
void _print(int t) { cerr << t; }
void _print(long long t) { cerr << t; }
void _print(string t) { cerr << '"' << t << '"'; }
void _print(char t) { cerr << '\'' << t << '\''; }
void _print(double t) { cerr << t; }
void _print(bool t) { cerr << (t ? "true" : "false"); }

template <typename T, typename V>
void _print(const pair<T, V>& p) { cerr << "{"; _print(p.first); cerr << ", "; _print(p.second); cerr << "}"; }
template <typename T>
void _print(const vector<T>& v) { cerr << "["; for (size_t i = 0; i < v.size(); i++) { _print(v[i]); if (i < v.size() - 1) cerr << ", "; } cerr << "]"; }
template <typename T>
void _print(const set<T>& s) { cerr << "["; for (auto it = s.begin(); it != s.end(); ++it) { _print(*it); cerr << " "; } cerr << "]"; }
template <typename T, typename V>
void _print(const map<T, V>& m) { cerr << "["; for (auto it = m.begin(); it != m.end(); ++it) { _print(*it); cerr << " "; } cerr << "]"; }
template <typename T, typename V>
void _print(const unordered_map<T, V>& m) { cerr << "["; for (auto it = m.begin(); it != m.end(); ++it) { _print(*it); cerr << " "; } cerr << "]"; }

using vi = vector<int>;
using vll = vector<ll>;
using pii = pair<int, int>;
using pll = pair<ll, ll>;

static constexpr auto MOD = 1000000007;



void solve()
{ 
   i(n);
   
   cinn(arr,n);
       int cnt= 0;
   for(int i=0;i<n-1;i++){
     
     int curr = arr[i];
     int ahead= arr[i+1];
     
     int maxi = max(curr,ahead);
     int mini = min(curr,ahead);
 
     if(maxi>=2*mini) cnt++;
   }
   
    if(cnt == n-1) no;
     else yes;
   
}


int main() {
	// your code goes here
    ios_base::sync_with_stdio(false);
    cin.tie(NULL);
	ll testcase;
	cin>>testcase;
	while(testcase--)
	{  
            solve();
    }
} 
{
	"blocks": [
		{
			"type": "header",
			"text": {
				"type": "plain_text",
				"text": ":newspaper:  STAY IN THE KNOW  :newspaper:"
			}
		},
		{
			"type": "context",
			"elements": [
				{
					"text": "*February 2025*  |  Office Announcements",
					"type": "mrkdwn"
				}
			]
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": "Stay in the loop about what's happening at the office such as upcoming visitors, onsite meetings, lunches, and more. Don't miss out- check out the <https://calendar.google.com/calendar/u/0?cid=Y19jNmI2NzM1OTU0NDA0NzE1NWE3N2ExNmE5NjBlOWZkNTgxN2Y1MmQ3NjgyYmRmZmVlMjU4MmQwZDgyMGRiNzMyQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20|*Tor Happenings Calendar*>\n\n*✨WELCOME TO OUR NEW SPACE✨*"
			}
		},
		{
			"type": "divider"
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": ":calendar: | :breakfast: *TUESDAY BREAKFAST SCHEDULE* :breakfast: | :calendar: "
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": "`2/4` *Greenbox*"
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": "`2/11` *Au Pain Dore*"
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": "`2/18` *Neon Commissary*"
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": "`2/25` *Egg Club*"
			}
		},
		{
			"type": "divider"
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": ":calendar: |:lunch: *THURSDAY LUNCH SCHEDULE* :lunch: | :calendar: "
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": "`2/6` *Aloette Go*"
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": "`2/13` *Scotty Bons*"
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": "`2/20` *Pokito*"
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": "`2/27` *Chubby's*"
			}
		},
		{
			"type": "divider"
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": ":loud_sound:*FOR YOUR INFORMATION* :loud_sound:"
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": ":coffee: *Every Tuesday and Thursday*: Enjoy coffee and café-style beverages from our partner, *HotBlack Coffee*, located at *245 Queen St W*, by showing your *Xero ID*\n\n:handwave:*Bring Your Family to Work*: Friday, February 14th \n\n:holiday-potato: *Upcoming Public Holiday*: Monday, 17th February \n\n:OFFICE: *Self-Serviced Fridays* _WX will still be online and working, just not onsite_. For more information, check out our <https://docs.google.com/document/d/1yPfsoOt4o-_scOmAGtYuZduzW_8333id2w5dhrlnVz0/edit| *FAQ page*> or reach out to WX. \n\n :standup: *Canada Stand Up*, February 27th \n\n:blob-party: *Social Happy Hour* \nFebruary 13th & 27th @ 4:30pm\n\n :learning-result: Machine Learning Talk Series hosted by *Yina Gao @ 2:00 pm* \n\n *:blackhistorymonth:Black History Month*: Celebrate Black History Month by supporting Black-owned businesses and checking out <https://www.toronto.ca/explore-enjoy/history-art-culture/black-history-month/|*events*> around the city showcasing Black culture and talent. Your support makes a difference!"
			}
		},
		{
			"type": "divider"
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": ":WX: *WX offers comprehensive event planning services, including:*\n - Assistance with logistics and coordination \n - Access to a network of vendors for catering, supply ordering, etc.\n\n _Note: Even if you don’t need our assistance but are using the office space, kindly inform WX._ "
			}
		},
		{
			"type": "divider"
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": ":tada: *Happy Birthday* :tada: to all Xeros celebrating their birthdays this February! We hope you have an amazing day :party_wiggle: "
			}
		},
		{
			"type": "divider"
		},
		{
			"type": "context",
			"elements": [
				{
					"type": "mrkdwn",
					"text": ":pushpin: Have something important to add to our calendar or need some assistance? Get in touch with us by logging a ticket via the <https://xerohelphub.refined.site/portal/1012| *HelpHub*> or on Slack #hello-px. We are here to help!"
				}
			]
		},
		{
			"type": "divider"
		}
	]
}
SELECT Id, Name, LastViewedDate, LastRunDate FROM Report WHERE Id = '00O2400000XXXXX' ORDER BY LastViewedDate ASC
Maximize the potential of the crypto market with our expert Crypto Exchange Development services. we offer customized solutions to create secure, scalable, and user-friendly crypto exchanges. Our experienced team specializes in building high-performance platforms that support multiple cryptocurrencies, wallets, and advanced trading features. From smooth integration to strong security protocols, we ensure that your exchange is equipped to handle the demands of today's crypto traders.
Get a free consultation to discuss your vision and how we can help you bring it to life. Whether you're starting a new platform or upgrading an existing one, our team is here to guide you every step of the way. Let us help you succeed in the ever-evolving world of cryptocurrency!
Visit now >>https://cryptocurrency-exchange-development-company.com/
Whatsapp :  +91 8056786622
Email id :  business@beleaftechnologies.com
Telegram : https://telegram.me/BeleafSoftTech 

/* =====Date 25/01/2025====== */
.custom-form label {
    font-size: 20px ;
}
.hide-bg {
    background-image: none !important;
}
.related-recipe-item span.recipe-type {
   
    width: 35%;
    text-align: center !important;
    justify-content: center;
}

body .home-recipe span.cooked-total-time.cooked-time {
    font-family: 'Playfair Display' !important;
}
body .home-recipe .related-recipes-container span.recipe-difficulty {
    text-transform: lowercase !important;
    font-family: Playfair Display !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
	    justify-content: end;
}
.footer-credit-cart-icon img {
    width: 100%;
}
div#search-bar label.e-search-label {
    display: none;
}
body .home-recipe .salato span.recipe-type{
	    padding: 12px 24px;
}
.related-recipe-item span.recipe-type {
    font-family:druk medium;
}
.newsletter-form input#form-field-email::placeholder {
    color: #fffff !important; /* Standard */
}
div#search-bar:after {
    content: "";
    background-image: url('https://pisti.it/staging/wp-content/uploads/2025/01/interface-search-glass-search-magnifying.png');
    width: 19px;
    height: 24px;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
}

.pista {

  animation: rotatePista 5s linear infinite !important;
}

@keyframes rotatePista {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.rassegna-stampa-container select {
    max-width: 216px;
    width: 100%;
    background: #CC2318;
    color: #fff;
    border-radius: 30px;
    border: none;
    height: 52.09px;
    font-family: "druk medium new", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.rassegna-stampa-container select[name="year_filter"] {
    appearance: none; /* Removes default browser styles for the dropdown */
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background-image: url('https://pisti.it/staging/wp-content/uploads/2025/01/chevron-right-2.png'); /* Custom arrow image */
    background-repeat: no-repeat;
    background-position: right 22px center; /* Adjust arrow position */
    padding-right: 40px; /* Space for the custom arrow */
}

.rassegna-stampa-container select[name="year_filter"]:focus {
    outline: none; /* Optional: Remove focus outline */
    border-color: #007BFF; /* Optional: Add focus border color */
}

.rassegna-stampa-container form.year-filter-form {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 40px 0;
}
.home-recipe .related-recipes-container .related-recipe-item {
    width: 100%;
}
.home-recipe span.recipe-time img {
    margin-right: 0;
}

/* single receipe ingridients list */
#ingredient-custom .cooked-recipe-ingredients .cooked-single-ingredient.cooked-heading::before {
    content: unset;
}
.cooked-single-ingredient.cooked-heading {
    padding-left: 0px !important;
}
/* single receipe ingridients list */

.druk-font h2.elementor-heading-title,body .home-recipe  span.recipe-type {
    font-family: Druk Trial !important;
} 
.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 20px 0;
}

.related-posts-grid .related-post-card {
  
    overflow: hidden;
    transition: transform 0.3s;
}

.related-posts-grid .related-post-card:hover {
    transform: scale(1.05);
}

.related-posts-grid .related-post-image img {
    width: 100%;
    min-height: 250px;
	object-fit:cover;
    display: block;
}
.related-posts-grid .related-post-image {
    min-height: 255px;
}
.related-posts-grid h3.related-post-title {
    min-height: 50px;
	text-transform:uppercase;
}
.related-posts-grid .related-post-content {
   padding-top:20px;

}

.related-posts-grid .related-post-category {
    display: inline-block;
    background: #9C950C;
   font-family: Druk;
font-size: 15px;
font-weight:400;
line-height: 30px;
text-align: center;
color:#F8EFE0;
	width: 46px;
    height: 27px;
	text-transform:uppercase;

}

.related-posts-grid .related-post-date {
  font-family: Playfair Display;
font-size: 15px;
font-weight: 400;
line-height: 20px;
text-align: left;
text-underline-position: from-font;
color:#371E16;

}

.related-posts-grid .related-post-title {
   font-family: Druk;
font-size: 32px;
font-weight: 500;
line-height: 30px;
text-align: left;
color:#371E16;

}

.related-posts-grid .related-post-excerpt {
  font-family: Playfair Display;
font-size: 15px;
font-weight: 400;
line-height: 20px;
color:#371E16;

}
#ingredient-custom .cooked-recipe-ingredients .cooked-single-ingredient::before {
    color: #937259 !important;
}
.related-posts-grid .related-post-read-more {
    display: inline-block;
	text-transform:uppercase;
font-family: Druk;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    text-underline-position: from-font;
    border-radius: 30px;
    background: #CC2318;
    color: #fff;
    max-width: 122px;
    height: 46px;
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;

}

.related-post-content .d-flex{
    display:flex;
    gap:20px;
}
.related-recipes-container {
    display: flex;
    gap:30px;
    flex-wrap: wrap;
} 
.post-categories-buttons {
    text-align: center;
}

.post-categories-buttons a {
    font-family: Druk;
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #371E16;
    background: #CBC33F;
    max-width: 138px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
	text-transform: uppercase;
}
span.recipe-time span.cooked-total-time.cooked-time,span.recipe-time .cooked-recipe-info.cooked-clearfix {
    margin-bottom: 0;
}
.recipe-time i.cooked-icon.cooked-icon-clock ,strong.cooked-meta-title{
    display: none !important;
}
ul.cp-recipe-categories {
    padding:0
    
}

ul.cp-recipe-categories li {
    list-style: none;
    font-family: Playfair Display;
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.inner-meta:after {
    content: "";
    background: #937259;
    position: absolute;
    width: 2px;
    height: 15px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.home-recipe .related-recipes-container .recipe-meta span.recipe-time,.home-recipe .related-recipes-container .recipe-meta span.recipe-difficulty {
    width: 50%;
}
.dolce span.recipe-type {
    background: #CBC33F !important;
}
.home-recipe .related-recipes-container h3.recipe-title{
	min-height:auto !important;
}
.home-recipe .related-recipes-container .recipe-meta span{
	text-transform:uppercase;
	
}
.home-recipe .related-recipes-container .recipe-title a {
    color: #937259;
}
.related-recipes-container span.cooked-total-time.cooked-time {
    padding-left: 8px;
}
.related-recipes-container .inner-meta {
    display: flex;
	background:#F8EFE0;
	    width: 100%;
    padding: 15px 30px;
    justify-content: space-between;
	position:relative;
}
.related-recipes-container .related-recipe-item {
    width: 30%;

}

.related-recipes-container .recipe-image img {
    width: 100%;
    height: 256px;
	object-fit:cover;
 
}

.related-recipes-container .recipe-details {
    margin-top: 10px;
}

.related-recipes-container .recipe-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.newsletter-form span.elementor-button-text{
 font-family: 'Druk Trial';
	
}

.related-recipes-container .recipe-title a {
 font-family: 'Druk Trial';
font-size:32px;
font-weight: 500;

	color:#371E16;
	text-transform:uppercase;

}
.related-recipes-container p.recipe-excerpt {
    font-family: Playfair Display;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #000000;
}
.related-recipes-container .recipe-excerpt {
    color: #666;
    margin-bottom: 10px;
}
.inner-meta img {
    margin-right: 10px;
}
.related-recipes-container .recipe-meta {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 14px;
}
.related-recipes-container h3.recipe-title {
    min-height: 75px;
}
.related-recipes-container .recipe-meta span {
    display: inline-flex;
    align-items: center;
   
    border-radius: 0px;
}
.related-recipes-container span.recipe-difficulty{
	text-transform:lowercase;
}
.related-recipes-container .recipe-meta .recipe-type {
     text-transform:uppercase;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
	background:#E3BB80;
	    color: #371E16;
	    padding: 12px 0px;
}

div#direction-custom .cooked-dir-content {
    display: flex;
	gap:30px;
	font-family: Playfair Display;
font-size: 15px;
font-weight: 400;
line-height: 20px;
text-align: left;
text-underline-position: from-font;
} 
.cooked-dir-image {
    margin-top: -5vw;
}

div#direction-custom .cooked-recipe-directions .cooked-direction:last-child {
    border: none !important;
}
div#direction-custom .cooked-direction {
    border-bottom: 2px solid #371E16;
    margin-bottom: 50px !important;
    padding-bottom: 50px !important;
}
div#direction-custom span.step-number {
    font-family: Druk;
    font-size: 4.68vw;
    font-weight: 500;
    line-height: 4.78vw;
    color: #371E16;
    margin-right: 20px;
    display: block;
}
div#direction-custom .cooked-single-direction.cooked-heading {
    font-family: Druk;
    font-size: 2.1484375vw;
    font-weight: 500;
  
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #371E16;
    display: flex;
    align-items: flex-start;
    text-transform: uppercase;
}
#ingredient-custom .cooked-ingredient-checkbox {
    display: none;
}

#ingredient-custom .cooked-recipe-ingredients {
    list-style-type: none;
    padding: 0;
}

#ingredient-custom .cooked-recipe-ingredients .cooked-single-ingredient {
    position: relative;
    padding-left: 30px; 
}

#ingredient-custom .cooked-recipe-ingredients .cooked-single-ingredient::before {
    content: "\2022";
    position: absolute;
    left: 0;
    top:70%;
    transform:translateY(-50%);
    font-size: 20px;
    color: #000;
}
div#ingredient-custom .cooked-single-ingredient.cooked-ingredient {
    font-family: Playfair Display;
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 1.75vw;
    color: #937259;
}
.recipe-info div strong {
    font-family: Druk;
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 1.35vw;
}

.recipe-info .cooked-recipe-info.cooked-clearfix, .recipe-info .cooked-time {
    margin: 0 !important;
	font-family: Playfair Display;
font-size: 15px;
font-weight: 400;
line-height: 20px;
text-align: right;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
div#direction-custom span.cooked-direction-number {
    display: none !important;
}

div#direction-custom .cooked-dir-text,.cooked-dir-image {
    width: 50%;
}

.recipe-icon a.cooked-print-icon,.recipe-icon span.cooked-fsm-button {
    color: #fff !important;!i;!;
}
.recipe-icon .cooked-recipe-info.cooked-clearfix {
    margin-bottom: 0;
}
.recipe-info strong.cooked-meta-title,.recipe-info .cooked-icon-clock:before {
    display: none;
}
.form-row.privacy label {
    width: 100%;
}
.form-group.b-none {
    border: none;
}
img.pista {
    animation: loader 3s infinite;
 
}
@keyframes loader {
  0% {
    rotate: 0deg;
  }
  25% {
    rotate: y 90deg;
  
  }
  100% {
    rotate: 360deg;
  }
}
#custom-footer-scroll-to-top{
	position:relative;
}
#custom-footer-scroll-to-top:after{
	content: "";
	 background-image: url(https://pisti.it/staging/wp-content/uploads/2024/12/Livello_1-1.png);  
    width: 174px;
    height: 83px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -79px;;
}
.bonta-arrow-slider{
	position:relative;
	height: 1px
}
/* div#custom-footer:after {
    content: "";
   background-image: url(https://pisti.it/staging/wp-content/uploads/2024/12/Livello_1-1.png);  
    width: 174px;
    height: 86px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -79px;
} */

.bonta-arrow-slider:after {
    content: "";
    background-image: url("https://pisti.it/staging/wp-content/uploads/2025/01/Livello_1-6.png");
    position: absolute;
    width: 150px;
    height: 173px;
    z-index: 999 !important;
    right: -148px;
    background-repeat: no-repeat;
    rotate: 0deg;
    top: -600px;
    bottom: 0;
    margin: auto;
}

.color-1 {
    color: #7A7525;
}

.color-2 {
    color: #937259;
}

.color-3 {
    color: #DF9A49;
}

.color-4 {
    color: #CBC33F;
}
.color-5 {
    color: #371E16;
}

.color-6 {
    color: #ffffff;
}



/* .long-text:after {
    content: "";
    background-image: url("https://pisti.it/staging/wp-content/uploads/2024/12/vasetto_rosa-8.png");
    position: absolute;
    width: 308px;
    height: 425px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
} */


.footer-menu #menu-1-5ea4b3c li a:after,.footer-menu #menu-1-036ec5d li a:after,.footer-menu #menu-1-626560d li a:after {
    content: "";
    background-image: url("https://pisti.it/staging/wp-content/uploads/2025/01/chevron-right-3.png");
    position: absolute;
    width: 15px;
    height: 17px;
    background-repeat: no-repeat;
    right: -16px;
    z-index: 999;
    background-color: transparent;
    margin: auto !important;
    left: inherit !important;
    top: 7px;
    bottom: 0 !important;
	opacity:1 !important;
}

.footer-menu  #menu-1-5ea4b3c li a,.footer-menu  #menu-1-036ec5d li a, .footer-menu #menu-1-626560d li a{
  position: relative !important;
  display: inline-block !important;
  margin: 0;
	    padding: 6px 2px;
}
.recite-btn a {
    padding: 10px 60px;
}

.paper-text:after {
    content: "VULCANO ETNA";
    color: #000000;
    font-family: "druk", Sans-serif;
    font-size: 70px;
    font-weight: 500;
    line-height: 50px;
    rotate: 20deg !important;!i;!;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 300px;
    height: 96px;
}
div#custom-icon-box span.elementor-icon.elementor-animation- svg {
    height: 179px;
    width: 73px;
}
#custom-icon-box .elementor-icon-box-content {
    max-width: 465px;
    width: 100%;
}
#custom-icon-box .elementor-icon-box-icon {
    margin-right: 40px;
}
#custom-icon-box .elementor-icon-box-wrapper:after {
    content: "01";
    position: absolute;
    top: 0;
    font-family: Druk;
    font-size: 120px;
    font-weight: 500;
    line-height: 136px;
    text-align: left;
    text-underline-position: from-font;
       left: 2.73vw;
}
#custom-icon-box .elementor-icon-box-wrapper {
    justify-content: center;
}
.icon-b-2 .elementor-icon-box-wrapper:after {
    content: "02" !important;!i;!;
}
.icon-b-3 .elementor-icon-box-wrapper:after {
    content: "03" !important;!i;!;
}

/*home slider  */
/* .custom-product {
/*     background: #FFCAB1;
    text-align: center;
    padding-top: 205px; 
   min-height: 670px; 
    background-image:url('https://pisti.it/staging/wp-content/uploads/2024/12/ingrediente-principale-mandorla-1.png');
    background-repeat:no-repeat;
    background-position:bottom;
    max-width:650px;
    width:100%;
    position: relative;
}

.custom-product .title {
    color: #CC2318;
    font-family: "druk medium", Sans-serif;
    font-size: 120px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 97px;
    max-width:392px;
    margin:0 auto;
    padding-bottom:30px;
}

.custom-product button {
    background-color: #CC2318;
    font-family: "druk medium", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 50px 10px 50px;
    color: #fff;
    margin: 0 auto;
}

.custom-product img{
    position:absolute;
    bottom: -170px;
    left: 0;
    right: 0;
    margin: auto;
} */


/* .elementor-690 .elementor-element.elementor-element-97d08c8,
div#big-text .long-text.elementor-widget.elementor-widget-text-editor{
	line-height:8vw !important;
}
 */

.main-catelog-1 {
    min-height: 53.9vw !important;
}
.lavezo-text {
    line-height: 7vw;
}
div#icon-box-2 h2.elementor-heading-title.elementor-size-default {
    line-height: 3.75vw;
}
#icon-box-2 svg {
    width: 3.09vw !important;!i;!;
    height: 6.9vw !important;!i;!;
}
@media screen and (max-width: 1920px) and (min-width: 1680px){
/* 	.related-recipes-container .recipe-meta .recipe-type{
		font-size:19px;
	} */
	
	.related-posts-grid .related-post-title {
        font-size: 28px;
        line-height: 28px;
    }

    .related-posts-grid .related-post-excerpt {
        font-size: 14px;
        line-height: 18px;
    }

    .related-posts-grid .related-post-read-more {
        font-size: 15px;
        max-width: 110px;
        height: 42px;
    }
	
}

@media (min-width: 1680px) and (max-width: 2300px) {
  .single-le-crema-sec .elementor-element.elementor-element-6f01392b.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-337769d9.e-con-full.lecreme-row.e-flex.e-con.e-child {
        --padding-top: 120px;
        --padding-bottom:120px;
        --padding-left: 120px;
        --padding-right:120px;
    }
	.single-catalog-title-left-row h2.elementor-heading-title.elementor-size-default {
        max-width: 600px;

}
}


@media screen and (max-width: 1680px) and (min-width: 1240px){
/* 		.related-recipes-container .recipe-meta .recipe-type{
		font-size:16px;
	} */
.bonta-arrow-slider:after {
    content: "";
    background-image: url("https://pisti.it/staging/wp-content/uploads/2025/01/Livello_1-6.png");
    position: absolute;
    width: 150px;
    height: 140px;
        background-size: contain;
}
	
	.home-recipe a.elementor-button{
		line-height:26px !important;
	}
	.related-recipes-container .recipe-image img{
		height: 213px !important;
	}
	.home-recipe .elementor-widget-text-editor {
  
    max-width: 220px !important;
    width: 100%;
}
/* span.recipe-type {
    font-size: 16px !important;
} */
	.related-posts-grid .related-post-title {
        font-size: 24px;
        line-height: 26px;
    }

    .related-posts-grid .related-post-excerpt {
        font-size: 13px;
        line-height: 16px;
    }

    .related-posts-grid .related-post-read-more {
        font-size: 14px;
        max-width: 100px;
        height: 38px;
    }
.form-box .e-con-inner,.contact-dov .e-con-inner,.contact-newletter .e-con-inner{
    max-width: 950px;
}
	.material-single-bottom-sec {
    --min-height: 425px !important;
}

.material-single-bottom-sec img {
    width:100px;
}
.home-recipe> .e-con-inner {
    max-width: 1080px;
}	

.long-text:after{
		    width: 238px;
    height: 321px;
		background-size:cover;
	}
	
	/* catalog-single-template-start	 */

	.single-le-crema-sec .elementor-element.elementor-element-6f01392b.e-con-full.e-flex.e-con.e-child , .elementor-element.elementor-element-337769d9.e-con-full.lecreme-row.e-flex.e-con.e-child{
    --padding-top: 60px;
    --padding-bottom: 60px;
    --padding-left: 100px;
    --padding-right: 100px;
}



.single-catalog-title-left-row .elementor-widget-container {
    margin-top: 30px !important;
}


.lecreme-img img{
    top: -355px!important;
    bottom: 0;
    margin: 0 auto;
    width: 300px!important;
}

.single-catalogo-sec-3 h2 , .single-catalogo-sec-4 h2 , .single-catalogo-sec-5 h2  {
    font-size: 90px !important;
    line-height: 100px !important;
}


.single-catalogo .elementor-element.elementor-element-4058aa73 {
    margin-top: 25px;
}
	
	
/* catalog-single-template-End	 */
	
/* 	materia-prima start */
	

.material-section-2 h2 {
    font-size: 130px !important;
    line-height: 80px !important;
}

.material-pista-img img {
    position: absolute;
    top: -410px;
    bottom: 0px;
    margin: auto;
    left: 0;
    right: 0;
    width: 180px !important;
}

.material-pistacchi-sec-3 h2 {
    font-size: 190px !important;
    line-height: 115px !important;
}
.material-pistacchi-sec-3-img img {
    position: absolute;
        top: -525px;
        bottom: 0;
        right: 305px;
        margin: 0 auto;
        width: 230px !important;
}
	.material-section-1 {
    max-width: 750px !important;
}
	.material-section-1 	h1.material-title-nostre span {
    font-size: 40px !important;
}
.material-section-1 	h1.material-title-nostre {
    margin-bottom: 0px !important;
}
/* materia-prima end	 */
	#home-sec-2 .font-160 h2 {
    font-size: 100px!important;
    line-height: 110px;
}

div#home-sec-2 .bonta-arrow {
    padding: 50px 50px;
}
	div#home-sec-2 .font-120 h2 {
    font-size: 70px;
    line-height: 70px;
}
	div#home-sec-2 .pad-col {
    padding-top: 50px;
}
/* 	div#big-text .long-text.elementor-widget.elementor-widget-text-editor {
    font-size: 140px;
    line-height: 140px;
} */

	

.maldora-img,.pistachhio-img {
   bottom: -120px;
}

.maldora-img img,.pistachhio-img img {
    max-width: 220px;
}
/* catelog css	 */
	.catelog-1 {
    height: 600px !important;
}
.page-id-484  .elementor-484 .elementor-element.elementor-element-bb5b3ec{
    min-height: 765px !important;
}
.catelog-1 h2.elementor-heading-title.elementor-size-default{
    font-size: 120px !important;
    line-height: 100px !important;
}

.catelog-2 .elementor-element.elementor-element-b28196e.elementor-widget.elementor-widget-text-editor{
    font-size: 60px !important;
    line-height: 53px !important;
}


.catelog-2 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}


.catelog-2 .e-con-inner , .catelog-3 .e-con-inner,  .catelog-5 .e-con-inner {
    --content-width: 1000px;
}

.catelog-3 h2.elementor-heading-title.elementor-size-default {
    font-size: 90px;
    line-height: 115px;
}
.catelog-4.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    --min-height: 395px;
}

.catelog-5 p {
    font-size: 30px;
    line-height: 37px;
}

.catelog-5 .elementor-widget-container {
    margin-bottom: 30px !important;
}


.catelog-5 h2.elementor-heading-title.elementor-size-default {
    font-size: 100px !important;
    line-height: 50px !important;
}

.catelog-6.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    --min-height: 400px!important;
}


.catelog-6 p {
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
}
/* css end	 */
/* about */

	.main-catelog---img img {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 31%;
    max-width: 147px;
}
	.panet-text h2 {
    font-size: 100px !important;
    line-height: 110px !important;
}


#custom-icon-box h3.elementor-icon-box-title {
    font-size: 52px !important;
    line-height: 55px !important;
	max-width: 200px;
	width:100%;
}
#custom-icon-box .elementor-icon-box-content {
    max-width: 260px !important;
    width: 100% !important;
}
#custom-icon-box .elementor-icon-box-wrapper:after{
           font-size: 74px !important;
        line-height: 102px !important;
        left: 1.73vw;
}
div#custom-icon-box span.elementor-icon.elementor-animation- svg {
    height: 140px !important;
    width: 57px !important;
}
#custom-icon-box p.elementor-icon-box-description {
	font-size:13px;
	}
div#lavor-sec-2 .elementor-widget-text-editor {
    font-size: 120px;
    line-height: 120px;
}
	

.main-catelog-2 .catlog-text-1,.main-catelog-4 .catlog-text-1 {
    font-size: 60px !important;!i;!;
    line-height: 65px !important;
}


.main-catelog-2,.main-catelog-4> .e-con-inner{
    max-width: 1000px !important;
}

.main-catelog-2 .catlog-text-2,.main-catelog-4 .catlog-text-2 {
    font-size: 12px !important;
}

.main-catelog-4 .catlog-text-2 .elementor-widget-container {
    padding-right: 40px !important;
}
	
}

@media (max-width:1920px){
.main-catelog-4> .e-con-inner {
    max-width: 940px !important;
}

}
@media (max-width:1680px){
.lecreme-row h2 {
    font-size: 180px !important;
    line-height: 170px !important;
}
	.main-catelog-4> .e-con-inner {
    max-width: 760px !important;
}
	
	
}

@media screen and (max-width: 1380px) {
	.main-catelog-4> .e-con-inner {
    max-width: 700px !important;
}
	
   .lecreme-row h2 { font-size: 150px !important;
    line-height: 140px!important;
}
	.single-le-crema-sec .elementor-element.elementor-element-6f01392b.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-337769d9.e-con-full.lecreme-row.e-flex.e-con.e-child{
		        --padding-top: 40px;
        --padding-bottom: 40px;
        --padding-left: 70px;
        --padding-right: 70px;
	}
	.lecreme-img img {
        top: -355px !important;
        bottom: 0;
        margin: 0 auto;
        width: 300px !important;
    }
}


@media screen and (max-width: 1280px) {
	.single-catalog-title-left-row .elementor-widget-heading, .single-catalog-title-left-row .elementor-widget-text-editor {
    width: 80% !important;
}
    .related-posts-grid .related-post-title {
        font-size: 20px;
        line-height: 22px;
    }

    .related-posts-grid .related-post-excerpt {
        font-size: 12px;
        line-height: 14px;
    }

    .related-posts-grid .related-post-read-more {
        font-size: 13px;
        max-width: 90px;
        height: 36px;
    }
    .single-catalog-title-left-row .elementor-widget-container {
        margin-top: 20px !important;
    }
}

@media (max-width:980px){
	
	  .lecreme-row h2 { font-size: 120px !important;
    line-height: 110px!important;
}
	.single-le-crema-sec .elementor-element.elementor-element-6f01392b.e-con-full.e-flex.e-con.e-child, .elementor-element.elementor-element-337769d9.e-con-full.lecreme-row.e-flex.e-con.e-child{
		        --padding-top: 30px;
        --padding-bottom: 30px;
        --padding-left: 40px;
        --padding-right: 40px;
	}
	.lecreme-img img {
        top: -264px !important;
        bottom: 0;
        margin: 0 auto;
        width: 200px !important;
    }
	
	
		.related-recipes-container .recipe-meta .recipe-type{
		font-size:14px;
	}
	.recipe-feature-main .recipe-feature img {
    max-width: 100% !important;
}
	div#direction-custom {
    padding-left: 20px;
    padding-right: 20px;
}
	.related-recipes-container .related-recipe-item {
    width: 100% !important;
}
	.related-recipes-container {
    display: grid !important
;
    grid-template-columns: auto auto;
}
	.recipi-potrebbero {
    padding-left: 20px;
    padding-right: 20px;
}
	div#ingredient-custom .cooked-single-ingredient.cooked-ingredient {
    font-size: 2.25vw !important;
    line-height: 2.75vw !important;
}
	.related-recipes-container .recipe-meta {
    align-items: center;
    gap: 10px !important;
    font-size: 14px;
}
	.related-recipes-container .recipe-meta .recipe-type {
    font-size: 1.93vw !important;
    line-height: 25px !important;
}
	.related-recipes-container h3.recipe-title {
    padding-top: 10px !important;
}
	.recipe-info div strong {
    font-size: 1.99vw !important;
    line-height: 1.35vw !important;
}
}

@media screen and (max-width: 767px){
	.home .recite-btn {
    width: 100%;
    text-align: center;
}
	.custom-form .form-submit input[type="submit"]{
		font-size:18px;
	}
	.custom-form .form-row{
		flex-direction:column;
	}
	.form-box .e-con-inner {
    background: #CC2318;
    padding: 33px 30px;
}
	.main-catelog-2 h2 {
    line-height: 30px;
}
	.catelog-text-animate .my-word-anim-catalogo div div,.animation-words-crt .my-word-anim-catalogo div div {
    flex-flow: wrap !important;
    font-size: 35px !important;
    line-height: 35px !important;
}
	
	.home-recipe h2.elementor-heading-title.elementor-size-default {
    line-height: 40px !important;
}


	.related-recipes-container .recipe-meta {
       
        font-size: 20px !important;
    }
.related-recipes-container .recipe-meta .recipe-type {
        font-size: 20px !important;
        line-height: 25px !important;
    }
	
	.cooked-recipe-directions .cooked-direction.cooked-direction-has-number .cooked-dir-content {
    padding-left: 1rem !important;
}
	div#direction-custom .cooked-dir-text, .cooked-dir-image {
    width: 100% !important;
}
	div#direction-custom .cooked-dir-text {
    padding-bottom: 34px !important;
}
	.related-recipes-container .recipe-title a {
    line-height: 7.9vw !important;
}
	div#direction-custom span.step-number {
    font-size: 7.68vw !important;
    line-height: 8.78vw !important;
    margin-right: 15px !important;
}
	div#direction-custom .cooked-single-direction.cooked-heading {
    font-size: 5.148438vw !important;
}
	div#direction-custom .cooked-dir-content {
    display: block !important;
}
	    .recipe-info div strong {
        font-size: 3.99vw !important;
        line-height: 3.35vw !important;
    }
	    div#ingredient-custom .cooked-single-ingredient.cooked-ingredient {
        font-size: 4.25vw !important;
        line-height: 5.75vw !important;
    }
	    .related-recipes-container {
        display: grid !important
;
        grid-template-columns: auto;
    }
	
	.material-title-text{
		font-size:50px !important;
	}
	
	.elementor-690 .elementor-element.elementor-element-b850c27 > .elementor-widget-container {
     margin: 0px 0px 0px 0px; 
    font-size: 30px;
}
/* 	.elementor-widget-container {
    margin-left: 10px;
    font-size: 12px;
    margin-top: -35px;
} */

	    .main-catelog-2 .catlog-text-1, .main-catelog-4 .catlog-text-1 {
        font-size: 45px !important;
        line-height: 51px !important;
    }
	div#video-icon img {
    height: 400px;
    object-fit: cover;
}
	    div#lavor-sec-2 .elementor-widget-text-editor {
        font-size: 46px;
        line-height: 61px;
    }
	
	#custom-icon-box .elementor-icon-box-wrapper:after{
		display:none;
	}
	.icon-b-2 .elementor-widget-container {
    border: none !important;
}
	#custom-icon-box .elementor-icon-box-icon {
    margin-right: 0px;
}
	#custom-icon-box h3.elementor-icon-box-title,#custom-icon-box .elementor-icon-box-content{
		max-width:500px !important;
	}
	    #custom-icon-box h3.elementor-icon-box-title {
        font-size: 52px !important;
        line-height: 55px !important;
        max-width: 490px;
        width: 100%;
    }
	.main-catelog---img img{
		position:relative;
		right:0;
	}
	
	.main-catelog-5 > .e-con-inner {
    padding-bottom: 50px;
}
		   .page-id-690 .catelog-5 .elementor-widget-container {
        margin-bottom: 0px !important;
    }
		.catelog-5> .e-con-inner {
    padding: 50px 0;
}

	
	    .catelog-5 h2.elementor-heading-title.elementor-size-default {
        font-size: 35px !important;
        line-height: 40px !important;
    }
		.main-catelog-1 {
    min-height: 500px !important;
}
	.main-catelog-1 h2.elementor-heading-title {
    font-size: 70px !important;
    line-height: 75px !important;
}
	.panet-text h2 {
    font-size: 30px !important;
    line-height: 35px !important;
}
	.about-long-txt h2.elementor-heading-title.elementor-size-default {
    font-size: 60px !important;
    line-height: 70px !important;
}
	
	body .about-banner h2 {
    font-size: 60px !important;
    line-height: 70px !important;
}
	
		#home-sec-2 .font-160 h2 {
    font-size: 60px!important;
    line-height: 66px;
}
	.bonta-arrow:after{
		display:none;
	}
	.pista-cursor {
    top: 90px !important;
}
	    div#home-sec-2 .font-120 h2 {
        font-size: 50px;
        line-height: 60px;
    }
	.maldora-img {
    position: relative !important;
		bottom: 0 !important;}
	
	 #home-sec-2 .pistachhio-img {
    position: relative !important;
    bottom: 0 !important;
    left: 0;
    right: 0;
}
	div#home-sec-2 {
    padding-bottom: 50px;
}
	div#big-text .long-text.elementor-widget.elementor-widget-text-editor {
        font-size: 60px;
        line-height: 70px;
    }
	.long-text:after {
    max-width: 200px;
    height: 270px;
}
}

 .custom-product img:hover{
                 transform: scale(1.2)!important; 
	  cursor: pointer;
             }

.cooked-recipe-search .cooked-browse-select-block .cooked-tax-column>div>a {
    color: black !important;
}
span.cooked-tax-column-title {
    display: none !important;
}
.animated-copy-visible-5{
	border: none !important;
} 
@media (max-width: 440px) {
    .my-word-anim-home .elementor-widget-container div {
        flex-flow: wrap !important;
    }
	   .home .my-word-anim-home {
        font-size: 35px !important;
        line-height: 32px !important;
    }
}

/* rizwan */

@media screen and (max-width: 425px){
	.color-1 .dot,
	.color-2 .dot,
	.color-3 .dot,
	.color-4 .dot{
		display:none ;
	}
}
// Shortcode function
function display_video_section() {
    // Get ACF field value
    $video_url = get_field('video_url'); // ACF field for the video URL
    $image_url = 'https://pisti.it/staging/wp-content/uploads/2024/12/image-1.webp'; // Image URL
    $icon_url = 'https://pisti.it/staging/wp-content/uploads/2024/12/fi_142457-1.png'; // Play icon URL

    // HTML structure for the section
    if ($video_url) {
        // If video URL exists, show image with play icon initially
        $output = '<div class="video-section" style="background-image: url(' . esc_url($image_url) . ');">';
        $output .= '<img src="' . esc_url($icon_url) . '" alt="Play Video" class="play-icon" onclick="playVideo()">';
        $output .= '<div class="video-wrapper" style="display:none;">';
        $output .= '<video id="background-video" autoplay muted loop>';
        $output .= '<source src="' . esc_url($video_url) . '" type="video/mp4">';
        $output .= 'Your browser does not support the video tag.';
        $output .= '</video>';
        $output .= '</div>';
        $output .= '</div>';
    } else {
        // If no video URL, show image with icon
        $output = '<div class="image-section" style="background-image: url(' . esc_url($image_url) . ');">';
        $output .= '<img src="' . esc_url($icon_url) . '" alt="Play Video" class="play-icon">';
        $output .= '</div>';
    }

    return $output;
}

// Register the shortcode
add_shortcode('video_section', 'display_video_section');

// Enqueue JavaScript for video playback
function enqueue_video_playback_script() {
    ?>
    <script type="text/javascript">
        function playVideo() {
            var videoWrapper = document.querySelector('.video-wrapper');
            var video = document.getElementById('background-video');
            var icon = document.querySelector('.play-icon');

            // Show the video and hide the icon
            videoWrapper.style.display = 'block';
            icon.style.display = 'none';

            // Play the video
            video.play();
        }
    </script>
    <?php
}
add_action('wp_footer', 'enqueue_video_playback_script');

// Enqueue CSS for styling
function enqueue_video_section_styles() {
    ?>
    <style type="text/css">
        .video-section, .image-section {
            position: relative;
            width: 100%;
            height: 855px; /* Adjust the height as needed */
            overflow: hidden;
        }

        .play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            cursor: pointer;
            z-index: 1; /* Ensure the icon is on top of the video */
        }

        .video-wrapper {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .background-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    </style>
    <?php
}
add_action('wp_head', 'enqueue_video_section_styles');
<div class="wrapper">

  <div class="item item1"></div>

  <div class="item item2"></div>

  <div class="item item3"></div>

  <div class="item item4"></div>

  <div class="item item5"></div>

  <div class="item item6"></div>

  <div class="item item7"></div>

  <div class="item item8"></div>

</div>
<div class="wrapper">

  <div class="itemLeft item1"></div>

  <div class="itemLeft item2"></div>

  <div class="itemLeft item3"></div>

  <div class="itemLeft item4"></div>

  <div class="itemLeft item5"></div>

  <div class="itemLeft item6"></div>

  <div class="itemLeft item7"></div>

  <div class="itemLeft item8"></div>

</div>

<div class="wrapper">

  <div class="itemRight item1"></div>

  <div class="itemRight item2"></div>

  <div class="itemRight item3"></div>

  <div class="itemRight item4"></div>

  <div class="itemRight item5"></div>

  <div class="itemRight item6"></div>

  <div class="itemRight item7"></div>

  <div class="itemRight item8"></div>

</div>
Nursing essay writing is a critical skill for students pursuing a career in healthcare. It requires not only a solid understanding of medical concepts and theories but also the ability to communicate complex ideas in a clear and concise manner. Crafting a well-structured and informative nursing essay can be challenging, but with the right approach, students can develop essays that showcase their knowledge, research skills, and clinical insights. In this guide, we will explore some essential tips for writing effective nursing essays and strategies to improve your academic writing skills.
https://pubads.g.doubleclick.net/gampad/ads?iu=/21775744923/external/single_ad_samples&sz=640x480&cust_params=sample_ct%3Dredirecterror&ciu_szs=300x250%2C728x90&gdfp_req=1&output=vast&unviewed_position_start=1&env=vp&impl=s&correlator=
https://pubads.g.doubleclick.net/gampad/ads?iu=/21775744923/external/single_ad_samples&sz=640x480&cust_params=sample_ct%3Dredirecterror&ciu_szs=300x250%2C728x90&gdfp_req=1&output=vast&unviewed_position_start=1&env=vp&impl=s&correlator=
#include <iostream>
#include <stack>
using namespace std;
 
void InsertInSortedOrder(stack<int>& s, int element) {
    if (s.empty() || s.top() <= element) {
        s.push(element);
        return;
    }
 
    int topElement = s.top();
    s.pop();
    InsertInSortedOrder(s, element);
    s.push(topElement);
}
 
void SortStack(stack<int>& s) {
    if (!s.empty()) {
        int topElement = s.top();
        s.pop();
        SortStack(s);
        InsertInSortedOrder(s, topElement);
    }
}
 
void PrintStack(stack<int> s) {
    if (s.empty()) {
        return;
    }
 
    int topElement = s.top();
    s.pop();
    cout << topElement << " ";
    PrintStack(s);
    s.push(topElement);
}
 
int main() {
    stack<int> s;
    s.push(30);
    s.push(-5);
    s.push(18);
    s.push(14);
    s.push(-3);
 
    cout << "Original Stack: ";
    PrintStack(s);
    cout << endl;
 
    SortStack(s);
 
    cout << "Sorted Stack: ";
    PrintStack(s);
    cout << endl;
 
    return 0;
}
#include <iostream>
using namespace std;

int Factorial(int n){
    if(n == 0 || n == 1)
        return 1;
        
    return n * Factorial(n-1);
}

void CalculateFactorial(int n){
    if(n == 0 || n == 1){
        cout << "1";
        return;
    }
    
    int ans = Factorial(n);
    cout << ans;
}

int main() {
    int n;
    
    cout << "Enter a number: ";
    cin >> n;
    
    cout << "Factorial of " << n << ": ";
    CalculateFactorial(n);

    return 0;
}
{
	"blocks": [
		{
			"type": "header",
			"text": {
				"type": "plain_text",
				"text": ":star: Xero Boost Days! :star:"
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": "Please see below for what's on this week! "
			}
		},
		{
			"type": "divider"
		},
		{
			"type": "header",
			"text": {
				"type": "plain_text",
				"text": ":calendar-date-3: Monday, 3rd February",
				"emoji": true
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": "\n:coffee: *Café Partnership*: Enjoy free coffee and café-style beverages from our Cafe partner *Edwards*.\n:Lunch: *Brunch*: from *10am* in the kitchen.\n:massage:*Wellbeing*: Pilates at *SP Brisbane City* is bookable every Monday!"
			}
		},
		{
			"type": "header",
			"text": {
				"type": "plain_text",
				"text": ":calendar-date-5: Wednesday, 5th February",
				"emoji": true
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": ":coffee: *Café Partnership*: Enjoy free coffee and café-style beverages from our Cafe partner *Edwards*.\n:lunch: *Lunch*:from *12pm* in the kitchen!"
			}
		},
		{
			"type": "divider"
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": "Stay tuned to this channel for more details, check out the <https://calendar.google.com/calendar/u/0?cid=Y19uY2M4cDN1NDRsdTdhczE0MDhvYjZhNnRjb0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t|*Brisbane Social Calendar*>, and get ready to Boost your workdays!\n\nLove,\nWX Team :party-wx:"
			}
		}
	]
}
{
	"blocks": [
		{
			"type": "header",
			"text": {
				"type": "plain_text",
				"text": ":cute-sun: Boost Days - What's On This Week :cute-sun:"
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": "\n\n Happy February Melbourne! \n\n See below for what's on this week. \n\n _Please note that our barista services will be operating from Level 2 again this week_ "
			}
		},
		{
			"type": "divider"
		},
		{
			"type": "header",
			"text": {
				"type": "plain_text",
				"text": "Xero Café :coffee:",
				"emoji": true
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": "\n :new-thing: *This week we are offering:* \n\n :cookiemonster2: Triple Chocolate Chip Cookies  \n\n :raspberry: Raspberry & White Chocolate Cookies \n\n"
			}
		},
		{
			"type": "header",
			"text": {
				"type": "plain_text",
				"text": " Wednesday, 5th February :calendar-date-5:",
				"emoji": true
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": " \n\n :lunch: *Light Lunch*: Provided by Kartel Catering from *12pm* in the L1 & L2 Kitchens! \n\n"
			}
		},
		{
			"type": "header",
			"text": {
				"type": "plain_text",
				"text": "Thursday, 6th February :calendar-date-6:",
				"emoji": true
			}
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": ":breakfast: *Breakfast*: Provided by *Kartel Catering* from *8:30am - 10:30am* in the L1 & L2 Kitchens!"
			}
		},
		{
			"type": "divider"
		},
		{
			"type": "section",
			"text": {
				"type": "mrkdwn",
				"text": "Thank you, \n\n WX :party-wx:"
			}
		}
	]
}
<!DOCTYPE html>
<html lang="he">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>One row text title By CSS</title>
    <style>
        /* Reset */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* Global Rules */
        html, body {
            height: 100%;
            width: 100%;
            overflow-x: hidden;
        }
        .wrapper.row {
            direction: rtl;
            max-width: 1800px;
            margin: 0 auto;
            display: flex;
            gap: 10px;
        }
        .section.ue_post_grid_item {
            max-width: 25%;
            padding: 20px;
            min-height: 320px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
       /* .slider-container .section {
            position: absolute;
            width: 100vh; /* Switch width by height */
            /*height: 100vw; /* Switch height by width */
          /*  display: flex;
            justify-content: center;
            align-items: center;
            font-size: 3rem;
            color: white;
            transform: rotate(-90deg); /* Flip all */
           /* transition: transform 0.5s ease-in-out; 
        }*/

        /* Each section is stacked vertically */
        .section-1 { top: 0; left: 0; background-color: #ff6f61; }
        .section-2 { top: 100vh; left: 0; background-color: #6fa3ff; }
        .section-3 { top: 200vh; left: 0; background-color: #6fff7a; }
        .section-4 { top: 300vh; left: 0; background-color: #ffdf6f; }

        .uc_post_image img {
            max-width: 100%;
            object-fit: cover;
            height: 220px;
        }
        .uc_post_title h2 {
            font-size: 1.2em;
            font-family: system-ui;
            text-decoration: none;
            color: #000;
            line-height: normal;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .uc_post_title a {
            text-decoration: none;
        }
        .uc_post_title {
            background: #fff;
            padding: 10px 15px 15px;
        }        
    </style>
</head>
<body>
    <div class="wrapper row">
        <div class="section section-1 ue_post_grid_item">
            <div class="uc_post_image">
               <img decoding="async" src="https://aspx.co.il/wp-content/uploads/2024/11/27270-1920-768x318.webp" alt="27270-1920" width="768" height="318" data-lazy-src="//aspx.co.il/wp-content/uploads/2024/11/27270-1920-768x318.webp" data-ll-status="loaded" class="entered lazyloaded">
            </div>
            <div class="uc_post_title">
                <a href="https://aspx.co.il/%d7%91%d7%a0%d7%99%d7%99%d7%aa-%d7%90%d7%aa%d7%a8-%d7%97%d7%a0%d7%95%d7%aa/" target="_self">
                    <h2>בניית אתרים ← בניית אתר חנות | בניית חנות אינטרנטית: המדריך המלא</h2>
                </a>
            </div>           
        </div>

        <div class="section section-2 ue_post_grid_item">
            <div class="uc_post_image">
               <img decoding="async" src="https://aspx.co.il/wp-content/uploads/2024/11/27270-1920-768x318.webp" alt="27270-1920" width="768" height="318" data-lazy-src="//aspx.co.il/wp-content/uploads/2024/11/27270-1920-768x318.webp" data-ll-status="loaded" class="entered lazyloaded">
            </div>
            <div class="uc_post_title">
                <a href="https://aspx.co.il/%d7%91%d7%a0%d7%99%d7%99%d7%aa-%d7%90%d7%aa%d7%a8-%d7%97%d7%a0%d7%95%d7%aa/" target="_self">
                    <h2>בניית אתרים ← בניית אתר חנות | בניית חנות אינטרנטית: המדריך המלא</h2>
                </a>
            </div>           
        </div>

        <div class="section section-3 ue_post_grid_item">
            <div class="uc_post_image">
               <img decoding="async" src="https://aspx.co.il/wp-content/uploads/2024/11/27270-1920-768x318.webp" alt="27270-1920" width="768" height="318" data-lazy-src="//aspx.co.il/wp-content/uploads/2024/11/27270-1920-768x318.webp" data-ll-status="loaded" class="entered lazyloaded">
            </div>
            <div class="uc_post_title">
                <a href="https://aspx.co.il/%d7%91%d7%a0%d7%99%d7%99%d7%aa-%d7%90%d7%aa%d7%a8-%d7%97%d7%a0%d7%95%d7%aa/" target="_self">
                    <h2>בניית אתרים ← בניית אתר חנות | בניית חנות אינטרנטית: המדריך המלא</h2>
                </a>
            </div>           
        </div>

        <div class="section section-4 ue_post_grid_item">
            <div class="uc_post_image">
               <img decoding="async" src="https://aspx.co.il/wp-content/uploads/2024/11/27270-1920-768x318.webp" alt="27270-1920" width="768" height="318" data-lazy-src="//aspx.co.il/wp-content/uploads/2024/11/27270-1920-768x318.webp" data-ll-status="loaded" class="entered lazyloaded">
            </div>
            <div class="uc_post_title">
                <a href="https://aspx.co.il/%d7%91%d7%a0%d7%99%d7%99%d7%aa-%d7%90%d7%aa%d7%a8-%d7%97%d7%a0%d7%95%d7%aa/" target="_self">
                    <h2>בניית אתרים ← בניית אתר חנות | בניית חנות אינטרנטית: המדריך המלא</h2>
                </a>
            </div>           
        </div>        
    </div>
<!-- This is the short and direct code  -->
<style>
	.slot-title {
    		display: -webkit-box;
        	-webkit-line-clamp: 1;
        	-webkit-box-orient: vertical;
      		overflow: hidden;
    }
</style>
                    
<div class="title-wrapper">
  <a id="blabla"  href="https://www.ynet.co.il/food/article/bj7eyktoyl">
  	<div class="slot-title">הקרואסון המפורסם חזר - בפעם האחרונה</div>
  </a>
</div>
                    
</body>
</html>
    
//taken from a select option field
selectSortValue = e.target.value; // or whatever matches our swtich condition


function onHandleSort(array, selectOpion) {
        switch (selectOpion) {
            
            case "alphabetical":
             // using slice as to not modify the original array (made a mistake with this!)
              return locations.slice().sort((a, b) => a.name.localeCompare(b.name));

            case "cost":
                return locations.slice().sort((a, b) => a.minimumFee - b.minimumFee);

            case "closest":
                console.log("closest");
                break;

            default:
                return locations; // In case no valid option is selected
        }
    }

   filteredItems = onHandleSort(filteredItems, selectSortValue);
 // this function is used to get the data we need for the html we want to render
    function getItemData(dataArray) {
        if (!dataArray) return [];

        return dataArray?.map((item) => ({
            name: item?.name ?? "",
            category: item?.category ?? "",
            web: item?.website ?? "",
            tel: item?.tel ?? "",
            email: item?.email ?? "",
        }));
    }
\documentclass[a4paper,10pt]{article}
%-----------------------------------------------------------
\usepackage[top=0.75in, bottom=0.75in, left=0.55in, right=0.85in]{geometry}
\usepackage{graphicx}
\usepackage{url}
\usepackage{palatino}
\usepackage{booktabs}
\usepackage{hyperref}
\fontfamily{SansSerif}
\selectfont

\hypersetup{
    colorlinks=true,
    linkcolor=blue,
    filecolor=magenta,      
    urlcolor=cyan,
    pdftitle={Overleaf Example},
    pdfpagemode=FullScreen,
    }
    
\urlstyle{same}

\usepackage[T1]{fontenc}
\usepackage
%[ansinew]
[utf8]
{inputenc}

\usepackage{color}
\definecolor{mygrey}{gray}{0.75}
\textheight=9.8in
\raggedbottom

\setlength{\tabcolsep}{0in}
\newcommand{\isep}{-2 pt}
\newcommand{\lsep}{-0.5cm}
\newcommand{\psep}{-0.6cm}
\renewcommand{\labelitemii}{$\circ$}

\pagestyle{empty}
%-----------------------------------------------------------
%Custom commands
\newcommand{\resitem}[1]{\item #1 \vspace{-2pt}}
\newcommand{\resheading}[1]{{\small \colorbox{mygrey}{\begin{minipage}{0.975\textwidth}{\textbf{#1 \vphantom{p\^{E}}}}\end{minipage}}}}
\newcommand{\ressubheading}[3]{
\begin{tabular*}{6.62in}{l @{\extracolsep{\fill}} r}
	\textsc{{\textbf{#1}}} & \textsc{\textit{[#2]}} \\
\end{tabular*}\vspace{-8pt}}

%-----------------------------------------------------------


\begin{document}

\hspace{0.5cm}\\[-1.8cm]

\textbf{Kovid valluripalli} \hspace{9.6cm} {\bf kovid0258@gmail.com}\\
\indent {\bf Senior Undergraduate}  \hspace{10.7 cm} {\bf +91-9xxxxxxxxxx} \\
\indent {\bf CVR College of Engineering }  \hspace{8.4 cm} {\bf linkedin.com/in/kovid } \\

\vspace{-2mm}
\resheading{\textbf{EDUCATION} }\\[\lsep]\\ \\
%\begin{table}[ht!]
%\begin{center}
\indent \begin{tabular}{ p{2.5cm} @{\hskip 0.15in} p{5.5cm} @{\hskip 0.15in} p{3.5cm} @{\hskip 0.15in} p{2.5cm} @{\hskip 0.15in} p{1.5cm} }
\toprule
\textbf{Degree} & \textbf{Specialization} & \textbf{Institute} & \textbf{Year} & \textbf{CPI} \\
\midrule
B.Tech & \textit{Computer Science \& Engineering} & CVR College of Engineering & 2019-Present & 8.03 \\
HSC BIEAP & \textit{Physics, Chemistry, \& Mathematics} & Sri chaitanya College & 2019 & 9.88\\
SSC CBSE & - & Sri chaitanya  College & 2018 & 10.0\\
\bottomrule
\end{tabular}

%\end{center}
%\end{table}
\\ \\

%\resheading{\textbf{FIELDS OF INTEREST} }\\[\lsep]
%\begin{itemize}
%\item \noindent Wireless Network and Network Security, Another one, a third one
%\end{itemize}

\vspace{1mm}

\resheading{\textbf{WORK EXPERIENCE} }

\begin{itemize}

\vspace{-0.5mm}
\item {\bf Software Intern } \textit{[Truminds Software Systems]}
\textit{\hfill 
{May-Jul 2022}
}
\vspace{-1mm}

\begin{itemize}






\item \textbf{Coordinated in a team of four} to program micro-services including \textbf{NETCONF client, Configuration, and Performance Management Application} as a part of the \textbf{5G Network Management Station}

\item \textbf{Developed a REST API} and used \textbf{NATS messaging} to enable communication between various micro-services and using \textbf{protocol buffers to serialize the data} between different microservices

\item \textbf{Integrated the distinct micro-services} and \textbf{deployed the project on cloud} server by building \textbf{Docker containers} for all the applications along with working on technologies like \textbf{InfluxDB and Kubernetes}

\vspace{-1mm}

\end{itemize}
\end{itemize}

\begin{itemize}

\vspace{-1mm}
\item {\bf Freelancer (Solution Writing Project)} \textit{[Toppr]}
\textit{\hfill 
{Feb-Mar 2022}
}
\vspace{-1mm}

\begin{itemize}



\item Successfully \textbf{cleared the freelancer screening test} conducted by Toppr for \textbf{100+ applicants} from various colleges responsible for \textbf{clarifying the doubts of school students} of classes 11th and 12th


\item Solved \textbf{80+ chemistry problems} from the study material of the \textbf{grade of competitive exams} consisting of \textbf{multiple choice questions, and brief \& long answer questions within 20 days}


\vspace{-1mm}
\end{itemize}
\end{itemize}


\resheading{\textbf{PROJECTS} }

\begin{itemize}

 \vspace{-0.5mm}
\item {\bf Data Analysis of World Ineuqality and the Pandemic} \textit{[Prof. Anirban Dasgupta]}
\textit{\hfill 
{Mar-Apr 2022}
}



\begin{itemize}


\vspace{-2mm}
\item Documented a \textbf{comprehensive report on income, economic, and carbon inequalities} interpreting raw datasets visually followed by \textbf{drawing qualitative insights} from the generated plots 


\item Built a \textbf{Computational Neural Network (CNN) model} for \textbf{Covid-19 detection through chest X-rays attaining 90\% accuracy} and analyzed \textbf{correlations between registered deaths and health care centres}

%\item Forecasted the growth in the number of Covid-19 cases over a span of 300+ days across the country through a linear regression model reporting an error of 27.75\% between actual and predicted values


\vspace{-2mm}
\end{itemize}
\end{itemize}




\begin{itemize}

 
 
\item {\bf Financial Markets Experience Program} \textit{[Finlatics]}
\textit{\hfill 
{Feb-Apr 2022}
}

\begin{itemize}

\vspace{-1.5mm}

\item Managed a \textbf{virtual portfolio of BSE 500 stocks} selected based on \textbf{fundamental analysis} and conducted \textbf{SWOT and Porter's five forces analysis} for four companies from \textbf{Banking and Automobile sectors}

\item Secured a position among the \textbf{top 10\% Of portfolio managers} participating from \textbf{60+ colleges} across India by generating \textbf{50\% returns} having \textbf{virtual holdings worth Rs. 3,00,000} eventually


\vspace{-2mm}
\end{itemize}
\end{itemize}






\iffalse
\begin{itemize}


\item {\bf Review on Perceptron-based Prefetch Filtering
} \textit{[Prof. Sameer Kulkarni]}
\textit{\hfill 
{Feb-Apr 2021}
}



\begin{itemize}

\vspace{-1.5mm}


\item Coordinated in a team three to \textbf{review a paper based on perceptron-based prefetch filtering (PPF) }presented in the \textbf{46th Annual International Symposium on Computer Architecture (ISCA ’19)}


\vspace{-1mm}

\item \textbf{Presented a comprehensive review} of PPF using an underlying \textbf{Signature Path Prefetcher}

\vspace{-1mm}
\end{itemize}
\end{itemize}

\fi

\begin{itemize}


\item {\bf MNIST Digit Detection using Verilog
} \textit{[Prof. Joycee Mekie]}
\textit{\hfill 
{Sept-Dec 2020}
}



\begin{itemize}

\vspace{-1.5mm}
\item \textbf{Programmed a CNN model in Vivado and Python} to \textbf{detect numbers in the MNIST data set} based on the \textbf{pixel values of the datapoints} available as images through machine learning techniques

\item Developed the \textbf{Adder, Multiplier, Neuron, Neural Layer, and Activation Function sub-models from scratch} by taking \textbf{input as floating point numbers} and eventually integrated them to run the model


\vspace{-1mm}

\end{itemize}
\end{itemize}







\resheading{\textbf{POSITIONS OF RESPONSIBILITY} }
	
%\item \textbf{Introduction to \LaTeX
%} (Workshop) \\
%\emph{(Organizer: Team \LaTeX , IIT Gandhinagar
%, 14 November `15)} \\[-0.6cm]
%	\begin{itemize}\itemsep \isep
%	\item Objective : To introduce and to promote \LaTeX \ in the student community
%	\item Organized the workshop as a part of Team \LaTeX

%	\end{itemize}
	

	
\begin{itemize}

\vspace{-0.5mm}
\item {\bf Gully Cricket Coordinator} \textit{[Hallabol 2021]}
\textit{\hfill 
{Sept-Oct 2021}
}



\begin{itemize}
    
\vspace{-2mm}

\item \textbf{Organized Gully Cricket} under Hallabol, the intra-college sports festival of IIT Gandhinagar, witnessing an \textbf{overall footfall of 800+ participants} from students as well as staff members of the institute

\item \textbf{Led a team of four} responsible for looking after \textbf{scheduling of matches} between \textbf{60+ registered teams}, addressing \textbf{logistical concerns}, crowd management, and \textbf{seamless execution} of the event 

\vspace{-2mm}

\end{itemize}
\end{itemize}


\resheading{\textbf{EXTRA-CURRICULAR ACHIEVEMENTS/ACTIVITIES} }



	
\begin{itemize}

\vspace{-0.5mm}

\item Secured \textbf{third position in football} game out of \textbf{25+ teams} as a part of state level selection

\vspace{-1.5mm}

\item Secured a \textbf{second position in EPL football compitation  2022} out of \textbf{20+ competing teams from every college} from the state 

\vspace{-1.5mm}

\item \textbf{Tried track day} in the \textbf{Chicane Circuit}  and bagged \textbf{runners-up position out of 17 participants in 2024}

\vspace{-1.5mm}
\end{itemize}



\resheading{\textbf{TECHNICAL SKILLS} }
\begin{itemize}
\vspace{-1mm}

\item \textbf{Languages:} Python, C, java (Beginner),MySQl

\vspace{-1mm}
\item \textbf{Tools: } Jupiter Notebook, VS Code, GitHub
\vspace{-1mm}
\item \textbf{Moocs:}Financial Markets,Financial Analyst Course,The Complete Investment Banking Course 
\vspace{-4mm}

\end{itemize}








%\resheading{\textbf{STRENGTHS} }\\[\lsep]
%\begin{itemize}
%\item \noindent Positive Attitude, Social Interaction, Hardworking.
%\end{itemize}





%\end{itemize}



\end{document}


*
  Professional SAS Programming Secrets
  Program 5f
  Picture format
*;
proc format;
picture cent
    0   -< 100 = '0001' (multiplier=100)
    other  = '----' (noedit)
    ;
run;
clear row.Item;
 itm_list = List();
 rem_list = List();
 fet_cat = Expense_Item[Expense_Categories == input.Category].ID.getAll();
 itm_list.addAll(fet_cat);
 for each val in input.Item
 {
  if(val.Item != null)
  {
 	 rem_list.add(val.Item);
  }
 }
  if(itm_list.size() > 0 && rem_list.size() > 0)
  {
   itm_list.removeAll(rem_list);
   row.Item:ui.add(itm_list);
  }
  else
  {
  row.Item:ui.add(itm_list);
  }
<%{
	//<li><a href="#Report:All_Indents" target="_blank">Create / View Indent</a></li>
	%>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Page Designed by Varun</title>
    <style>
        body.custom-links-page {
            font-family: 'Arial', sans-serif;
            background-color: #f8f8f8;
            margin: 0;
            padding: 10px;
        }

        body.custom-links-page h1 {
            color: #333;
            text-align: center;
        }

        .group-container {
            background-color: #14638e;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 10px;
            padding: 10px;
            overflow: hidden;
        }

        .subgroup-container {
            background-color: #f2f2f2;
            border-radius: 8px;
            margin-bottom: 10px;
            padding: 10px;
            overflow: hidden;
        }

        .column {
            width: 33.33%;
            float: left;
            box-sizing: border-box;
            padding: 0 5px;
        }

        .column ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .column li {
            margin-bottom: 10px;
            border-bottom: 1px solid #ddd;
            padding-bottom: 5px;
        }

        .column a {
            text-decoration: none;
            color: #14638e;
            font-weight: bold;
            transition: color 0.3s ease;
        }

        .column a:hover {
            color: #da251c;
        }

        /* Media Query for Mobile Devices */
        @media only screen and (max-width: 767px) {
            .column {
                width: 100%;
                float: none;
                margin-bottom: 15px;
            }
        }
    </style>
</head>
<body class="custom-links-page">

    <h2 style="text-align: center"><img src=<%="https://carrierwheels.com/images/CWPL_LOGO_NAME.png"%> width="350px"></h2>

    <div class="group-container">
	<h2 style="text-align: center">SALES ORDER PROCESS</h2>
	
        <div class="subgroup-container">

			<div class="column">
                <h4>Customer</h4>
                <ul>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Form:Customer_Pricing_Master" target="_blank">Create Customer Pricing</a></li>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Customer_Pricing_Masters" target="_blank">View Customer Pricing - Customerwise</a></li>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Customer_Pricing_Productwise1" target="_blank">View Customer Pricing - Productwise</a></li>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Customer_Pricing_History" target="_blank">Customer Pricing History</a></li>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Edit_Customer_Pricing_Master" target="_blank">Edit Customer Pricing</a></li>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Import_Customer_Price_Master" target="_blank">Import Customer Pricing</a></li>
                </ul>
            </div>

            <div class="column">
                <h4>Sales Order</h4>
                <ul>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Sales_Order_Process" target="_blank">Active Sales Order</a></li>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Draft_SalesOrder" target="_blank">Draft Sales Order</a></li>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Form:Sales_Order" target="_blank">Create Sales Order</a></li>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Sales_Order_History" target="_blank">Sales Order History</a></li>
				<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Sales_Order_Itemwise" target="_blank">Item wise Sales Order</a></li>
					
                </ul>
            </div>
			
			<div class="column">
                <h4>Invoice</h4>
                <ul>
                    <li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Domestic_Invoices" target="_blank">View Invoice</a></li>
					<!--<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:All_Payments" target="_blank">View Payments</a></li>--> 
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Update_MRN" target="_blank">MRN/Detention Process</a></li>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:MRN_Process_Report" target="_blank">MRN/Detention Report</a></li>
                </ul>
            </div>            
        </div>
		
		
	
	
		<div class="subgroup-container">
			<div class="column">
                <h4>Proforma Invoice</h4>
                <ul>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:All_Proforma_Invoices" target="_blank">View Proforma Invoice</a></li>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Form:Create_Proforma_Invoice" target="_blank">Create Proforma Invoice</a></li>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Pending_Proforma_Invoices" target="_blank">Pending Proforma Invoice</a></li>
                </ul>
            </div>

            <div class="column">
                <h4>Dispatch Note</h4>
                <ul>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Dispatch_Note_Plan_Report" target="_blank">View Dispatch Note Plan</a></li>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:History_of_Dispatch_Note" target="_blank">Dispatch Note History</a></li>
					<!--<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Revert_Dispatch_Note_Plan" target="_blank">Revert Dispatch Note Plan</a></li>-->
					<!--<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Vehicles_Dispatch_Details_Report" target="_blank">Vehicles Dispatch Details</a></li>-->
					<!--<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Closed_Dispatch_Note" target="_blank">Closed Dispatch Details</a></li>-->
                </ul>
            </div>
	
	
			<div class="column">
                <h4>Stock</h4>
                <ul>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Production_Stock_Summary" target="_blank">Production Stock Summary</a></li>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Inventory_Aging_Report1" target="_blank">Inventory Aging Report</a></li>
                </ul>
            </div>
        </div>

   
		
		<div class="subgroup-container">

			<div class="column">
                <h4>Others</h4>
                <ul>                  
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Form:Daily_Inward_Sheets" target="_blank">Daily Inward Sheets</a></li>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Customer_Part_Master" target="_blank">Customer Part Master</a></li>
                </ul>
            </div>
  
            <div class="column">
                <h4>Reports</h4>
                <ul>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Sales_Report" target="_blank">Sales Report Customer Wise</a></li>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:SO_Report_Itemwise" target="_blank">SO Report Itemwise</a></li>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Sale_Book_Report" target="_blank">Sales Book</a></li>
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:Sales_Order_on_EDD" target="_blank">Open SO Report Shipment Datewise</a></li>	
					<li><a href="https://creatorapp.zoho.in/carrierwheels/erp/#Report:All_Daily_Inward_Sheets" target="_blank">Daily Inward Sheets</a></li>	
                </ul>
            </div>

           
        </div>
		
		
    </div>

  	<!-- Add more groups and links as needed -->

</body>
</html>
<%

}%>
<%{
	get_comp = Company_Details[ID != null];
	logo_file = Company_Details[ID is not null].LOGO.getSuffix("image/").getPrefix("border").replaceAll("\"","").trim();
	//CompanyLogo = "https://creator.zoho.in/carrierwheels/erp/Company_Details_Report/LOGO/image/W7UqgNQJ655rKwa5s7pquwPXWbOCKSxBtRE62MF06mTUzGMS9vnvQJrpUDX9r6As10RNdekajMT6kbfX2p9xCE9T09hNYP9CB4kp/" + logo_filePacking_Details
	CompanyLogo = "https://carrierwheels.com/images/CW_Logo.png";
	CompanyName_Image = "https://carrierwheels.com/images/CWPL_NAME.png";
	fet_disp = Create_Dispatch_Note_Format[ID == input.ID.toLong()];
	veh = 0;
	tran = 0;
	if(fet_disp.Transport_Type == "One Time")
	{
		veh = ifNull(fet_disp.Vehicle_No_dup,"");
		tran = ifNull(fet_disp.Transporter_Name,"");
	}
	else
	{
		veh = ifNull(fet_disp.Vehicle_No_dup,"");
		tran = ifNull(fet_disp.Transporter_Name,"");
	}
	fet_cus = Customers[ID == fet_disp.Customer_Name];
	fet_trans = Name_of_Transport[ID == fet_disp.Transport_Name];
	fet_veh = Vehicle_Details[ID == fet_disp.Vehicle_No];
	fet_so = Sales_Order[ID == fet_disp.Sales_Order_No];
	fet_inco = Incoterms[ID == fet_disp.Incoterms];
	fet_incolo = Incoterms[ID == fet_disp.Incoterms_Location];
	comp_add_print = "";
	if(get_comp.Address.address_line_1 != null)
	{
		comp_add_print = get_comp.Address.address_line_1 + ", ";
	}
	if(get_comp.Address.address_line_2 != null)
	{
		comp_add_print = comp_add_print + get_comp.Address.address_line_2 + ", ";
	}
	if(get_comp.Address.district_city != null)
	{
		comp_add_print = comp_add_print + get_comp.Address.district_city + ", ";
	}
	if(get_comp.Address.district_city != null)
	{
		comp_add_print = comp_add_print + get_comp.Address.state_province + ", (INDIA) -  ";
	}
	if(get_comp.Address.postal_Code != null)
	{
		comp_add_print = comp_add_print + get_comp.Address.postal_Code + ". " + "<br>";
	}
	if(get_comp.Phone_Number != null)
	{
		comp_add_print = comp_add_print + "Tel.: " + get_comp.Phone_Number + ", ";
	}
	if(get_comp.Email != null)
	{
		comp_add_print = comp_add_print + "Email: " + get_comp.Email + ", ";
	}
	if(get_comp.web != null)
	{
		comp_add_print = comp_add_print + "Web: " + get_comp.web + "<br>";
	}
	if(get_comp.GST_Number != null)
	{
		comp_add_print = comp_add_print + "GSTIN: " + get_comp.GST_Number + "; ";
	}
	if(get_comp.CIN != null)
	{
		comp_add_print = comp_add_print + "CIN: " + get_comp.CIN + "; ";
	}
	if(get_comp.Permanent_Account_Number != null)
	{
		comp_add_print = comp_add_print + "PAN: " + get_comp.Permanent_Account_Number + "; ";
	}
	if(get_comp.TAN != null)
	{
		comp_add_print = comp_add_print + "TAN: " + get_comp.TAN + "; ";
	}
	if(get_comp.IEC != null)
	{
		comp_add_print = comp_add_print + "IEC: " + get_comp.IEC;
	}
	%>
<style>
	.heading
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	text-align: center;
}
.disp 
	{
		text-align: center;
		font-size : 10.5px;
	   	width : 100%;
	   	height : 0.5px;
	   	border :1px solid black;
	}
		.prod
	{
		text-align: left;
		font-size : 10.5px;
	   	width : 100%;
	   	height : 0.5px;
		border :1px solid black; 
		border-collapse : collapse;
	   
	}
	.mainfrm 
	{
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			border: 1px solid black;
			border-collapse: collapse;
	}
	 .tr
   {
   border :1px solid black;
   border-collapse : collapse;
   font-size : 10.5px;
   height : 2px;
   }
   .td
   {
   border :1px solid black;
   border-collapse : collapse;
   font-size : 12px;
   height : 2px;
   }
   
   .th
   {
   border :1px solid black;
   border-collapse : collapse;
   font-size : 10.5px;
   height : 2px;
   background-color : lightsteelblue;
   }
      .tableInfo
   {
	     width : 100%;
	  
	   font-size : 10.5px;
	   border :1px solid black;
	   border-collapse: collapse;
   	 }
	</style>
	<table class="heading" >
<tr>
         <td width="10%"><img src=<%=CompanyLogo%>  width="86px" height ="40px"></td>
		 <td><img src=<%=CompanyName_Image%> width="501px" height ="31px"></td>
	</tr>
	<tr>
         <td style = "background-color : white"></td>
         <td style = "font-size : 9px; padding-top : 0px; padding-bottom:0px ; background-color : white"> <%=comp_add_print%></td>
     </tr>
</table>
<table class="disp" >
<tr>
	<td style="font-size:15px"> <b>Dispatch Note <b></td>
</tr>
</table>

<table class = "mainfrm">
<tr>
			<td style="text-align:left; width:10% ;border :1px solid black; border-collapse : collapse;font-size:10.5px ; background-color : lightsteelblue"> <b> Dispatch No: </b> </td>
			<td style="text-align:left; width:20% ;border :1px solid black; border-collapse : collapse;font-size:10.5px"> <%=fet_disp.CDNF_ID%>  </td>
			
			<td style="text-align:left; width:10% ;border :1px solid black; border-collapse : collapse;font-size:10.5px ; background-color : lightsteelblue"> <b> Dispatch Note Date: </b> </td>
						<td style="text-align:left; width:20% ;border :1px solid black; border-collapse : collapse;font-size:10.5px"> <%=fet_disp.Dispatch_Note_Date%> </td>
						
						<td style="text-align:left; width:10% ;border :1px solid black; border-collapse : collapse;font-size:10.5px ; background-color : lightsteelblue"> <b> Sale Order No: </b> </td>
						<td style="text-align:left; width:20% ;border :1px solid black; border-collapse : collapse;font-size:10.5px"> <%=fet_so.Sale_Order_No%> </td>
</tr>
		<tr>
			<td style="text-align:left; width:10% ;border :1px solid black; border-collapse : collapse;font-size:10.5px ; background-color : lightsteelblue"> <b> Customer Name: </b> </td>
			<td style="text-align:left; width:20% ;border :1px solid black; border-collapse : collapse;font-size:10.5px"> <%=fet_cus.Customer_Name%> </td>
			
			
			<td style="text-align:left; width:10% ;border :1px solid black; border-collapse : collapse;font-size:10.5px ; background-color : lightsteelblue"> <b> Shipping Location: </b> </td>
			<td style="text-align:left; width:20% ;border :1px solid black; border-collapse : collapse;font-size:10.5px"> <%=fet_disp.Customer_Address%> </td>
				<td style="text-align:left; width:10% ;border :1px solid black; border-collapse : collapse;font-size:10.5px ; background-color : lightsteelblue"> <b>Incoterms: </b> </td>
			<td style="text-align:left; width:20% ;border :1px solid black; border-collapse : collapse;font-size:10.5px"> <%=fet_inco.Incoterms%> </td>
			
			
			</tr>
			<td style="text-align:left; width:10% ;border :1px solid black; border-collapse : collapse;font-size:10.5px ; background-color : lightsteelblue"> <b>Incoterms Location: </b> </td>
			<td style="text-align:left; width:20% ;border :1px solid black; border-collapse : collapse;font-size:10.5px"> <%=fet_incolo.Incoterms_Location%> </td>
			
						<td style="text-align:left; width:10% ;border :1px solid black; border-collapse : collapse;font-size:10.5px ; background-color : lightsteelblue"> <b> Transporter Name: </b> </td>
			<td style="text-align:left; width:20% ;border :1px solid black; border-collapse : collapse;font-size:10.5px"> <%=tran%> </td>
			
			
			<td style="text-align:left; width:10% ;border :1px solid black; border-collapse : collapse;font-size:10.5px ; background-color : lightsteelblue"> <b> Driver Name: </b> </td>
			<td style="text-align:left; width:20% ;border :1px solid black; border-collapse : collapse;font-size:10.5px"> <%=fet_disp.Driver_Name%> </td>
			<tr>
			<td style="text-align:left; width:10% ;border :1px solid black; border-collapse : collapse;font-size:10.5px ; background-color : lightsteelblue"> <b> Driver Mob No: </b> </td>
			<td style="text-align:left; width:20% ;border :1px solid black; border-collapse : collapse;font-size:10.5px"> <%=fet_disp.Driver_Mobile_Number%> </td>
				
		
			<td style="text-align:left; width:10% ;border :1px solid black; border-collapse : collapse;font-size:10.5px ; background-color : lightsteelblue"> <b>GR/RRNo: </b> </td>
			<td style="text-align:left; width:20% ;border :1px solid black; border-collapse : collapse;font-size:10.5px"> <%=fet_disp.GR_No%> </td>
	<td style="text-align:left; width:10% ;border :1px solid black; border-collapse : collapse;font-size:10.5px ; background-color : lightsteelblue"> <b> Vehicle Type: </b> </td>
			<td style="text-align:left; width:20% ;border :1px solid black; border-collapse : collapse;font-size:10.5px"> <%=fet_disp.Vehicle_Type%> </td>
			
		
			<tr>
		<td style="text-align:left; width:10% ;border :1px solid black; border-collapse : collapse;font-size:10.5px ; background-color : lightsteelblue"> <b> Vehicle No: </b> </td>			
			<td style="text-align:left; width:20% ;border :1px solid black; border-collapse : collapse;font-size:10.5px"> <%=veh%> </td>
			
			</tr>
			<table class="prod" >
<tr style="border :1px solid black; border-collapse : collapse;" >
	<td colspan = "3" style="font-size:15px; border :1px solid black; border-collapse : collapse;" > <b>Product Details <b></td>
</tr>
</table>

<table style="width : 100%; border :1px solid black; border-collapse : collapse; font-size : 10.5px;">
<tr class="tr">
<th class="th" >S.No</th>
<th class="th">Product Code</th>
<th class="th">Product Description</th>
<th class="th">Packing Details</th>
<th class="th">Planned Qty</th>
<th class="th">Actual Qty</th>
<th class="th">UOM</th>
<th class="th">Remarks</th>
<th class="th">Planned Weight</th>
<th class="th">Actual Weight</th>
</tr>
<%
	slno = 1;
	for each  sub in fet_disp.Product_Details
	{
		fet_material = Materials[ID == sub.Product_Code];
		fet_uom = Unit_of_Measurement[ID == sub.UoM];
		%>
<tr class="tr">
<td class="td"><%=sub.S_NO%></td>
<td class="td" align = "center"><%=ifnull(sub.Product_Code.Part_No,"")%></td>
<td class="td" align = "center"><%=ifnull(sub.Product_Description.Part_Description,"")%></td>

<td class="td" align = "center"><%=ifnull(sub.Packing_Details1.Packaging_Name,"")%></td>
<td class="td" align = "center"><%=ifnull(sub.Planned_Qty,"")%></td>
<td class="td" align = "center"><%=ifnull(sub.Actual_Qty,"")%></td>
<td class="td" align = "center"><%=ifnull(sub.UoM.UOM,"")%></td>
<td class="td" align = "center"><%=ifnull(sub.Remarks,"")%></td>
<td class="td" align = "center"><%=ifnull(sub.Product_Weight,"")%></td>
<td class="td" align = "center"><%=ifnull(sub.Actual_Weight,"")%></td></tr>
<%
	}
	%>
</table>
<table class = "tableInfo">
<tr><td style="text-align:left; width:10% ;border :1px solid black; border-collapse : collapse;font-size:12px ; background-color : lightsteelblue"> <b>Total Qty: </b> </td>
			<td style="text-align:left; width:20% ;border :1px solid black; border-collapse : collapse;font-size:12px"> <%=fet_disp.Total_Qty%> </td>
<td style="text-align:left; width:10% ;border :1px solid black; border-collapse : collapse;font-size:12px ; background-color : lightsteelblue"> <b>Total Weight: </b> </td>
			<td style="text-align:left; width:20% ;border :1px solid black; border-collapse : collapse;font-size:12px"> <%=fet_disp.Total_Weight%> </td>
			</tr>
			</table>
			<table width="100%" style="border :1px solid black;border-collapse:collapse;font-size : 12px;padding: 1px;">
<tr class="td">
<td  colspan = "3" class="td"  height="20px" align="center"> <b>DOC No. CWPL/MKT/F/10 Rev. No. 04 & Dated: 06/09/2018 Origin Dt.11/04/2014 </td>
<%

}%>
library(dplyr)

# Compute average temperature per year
df_avg <- df %>%
  rowwise() %>%
  mutate(Average_Temperature = mean(c_across(-Year), na.rm = TRUE))  # Exclude "Year" column

# Create the bar chart
ggplot(df_avg, aes(x = Year, y = Average_Temperature, fill = as.factor(Year))) +
  geom_bar(stat = "identity", show.legend = FALSE) +  # Bar chart
  scale_fill_viridis_d() +  # Use a color palette
  labs(title = "Average Yearly Temperature",
       x = "Year",
       y = "Average Temperature (°C)") +
  theme_minimal()
library(ggplot2)
library(reshape2)

# Reshape data into long format for heatmap
df_long <- melt(df, id.vars = "Year", variable.name = "Month", value.name = "Temperature")

# Create the heatmap
ggplot(df_long, aes(x = Year, y = Month, fill = Temperature)) +
  geom_tile() +  # Creates the heatmap
  scale_fill_viridis_c(option = "plasma", name = "Temperature (°C)") +  # Adjust color scale
  labs(title = "Heatmap of Monthly Temperature Trends",
       x = "Year",
       y = "Month") +
  theme_minimal() +
  theme(axis.text.x = element_text(angle = 90, hjust = 1))  # Rotate x-axis labels
# Load required libraries
library(readxl)
library(dplyr)
library(ggplot2)
library(scales)
library(tidyr)

# Step 1: Load the cleaned temperature data
df <- read_excel("D:/thesis/cleaned_temperature_data.xlsx") 

# Step 2: Convert 'Min_Temperature' to numeric
df <- df %>%
  mutate(Min_Temperature = as.numeric(Min_Temperature))

# Step 3: Reshape the data to long format
df_long <- df %>%
  pivot_longer(cols = c(Max_Temperature, Min_Temperature), 
               names_to = "Type", 
               values_to = "Temperature")

# Step 4: Ensure Month is an ordered factor for proper sequencing
df_long$Month <- factor(df_long$Month, 
                        levels = c("Jan", "Feb", "Mar", "Apr", "May", "Jun", 
                                   "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"),
                        ordered = TRUE)

# Step 5: Create the line graph with facets for months in order
ggplot(df_long, aes(x = Year, y = Temperature, color = Type, group = Type)) +
  geom_line(size = 1) +  # Add lines
  geom_point(size = 2) +  # Add points
  facet_wrap(~ Month, scales = "free_y", nrow = 3, ncol = 4) +  # Correct sequence of months
  labs(title = "Monthly Temperature Trends Over Years",
       x = "Year", y = "Temperature (°C)") +
  scale_y_continuous(breaks = scales::pretty_breaks(n = 10)) +  # Proper Y-axis
  scale_x_continuous(breaks = seq(min(df$Year, na.rm = TRUE), max(df$Year, na.rm = TRUE), by = 1)) +  # Remove decimals in Year
  scale_color_manual(values = c("Max_Temperature" = "red", "Min_Temperature" = "blue")) +  # Color mapping
  theme_minimal() +
  theme(axis.text.x = element_text(angle = 45, hjust = 1))  # Rotate X-axis labels for clarity
class InputBox
{
    /// <summary>
    /// Displays a dialog with a prompt and textbox where the user can enter information
    /// </summary>
    /// <param name="title">Dialog title</param>
    /// <param name="promptText">Dialog prompt</param>
    /// <param name="value">Sets the initial value and returns the result</param>
    /// <returns>Dialog result</returns>
    public static DialogResult Show(string title, string promptText, ref string value)
    {
        Form form = new Form();
        Label label = new Label();
        TextBox textBox = new TextBox();
        Button buttonOk = new Button();
        Button buttonCancel = new Button();

        form.Text = title;
        label.Text = promptText;
        textBox.Text = value;

        buttonOk.Text = "OK";
        buttonCancel.Text = "Cancel";
        buttonOk.DialogResult = DialogResult.OK;
        buttonCancel.DialogResult = DialogResult.Cancel;

        label.SetBounds(9, 20, 372, 13);
        textBox.SetBounds(12, 36, 372, 20);
        buttonOk.SetBounds(228, 72, 75, 23);
        buttonCancel.SetBounds(309, 72, 75, 23);

        label.AutoSize = true;
        textBox.Anchor = textBox.Anchor | AnchorStyles.Right;
        buttonOk.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
        buttonCancel.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;

        form.ClientSize = new Size(396, 107);
        form.Controls.AddRange(new Control[] { label, textBox, buttonOk, buttonCancel });
        form.ClientSize = new Size(Math.Max(300, label.Right + 10), form.ClientSize.Height);
        form.FormBorderStyle = FormBorderStyle.FixedDialog;
        form.StartPosition = FormStartPosition.CenterScreen;
        form.MinimizeBox = false;
        form.MaximizeBox = false;
        form.AcceptButton = buttonOk;
        form.CancelButton = buttonCancel;

        DialogResult dialogResult = form.ShowDialog();
        value = textBox.Text;
        return dialogResult;
    }
}
class InputBox
{
    /// <summary>
    /// Displays a dialog with a prompt and textbox where the user can enter information
    /// </summary>
    /// <param name="title">Dialog title</param>
    /// <param name="promptText">Dialog prompt</param>
    /// <param name="value">Sets the initial value and returns the result</param>
    /// <returns>Dialog result</returns>
    public static DialogResult Show(string title, string promptText, ref string value)
    {
        Form form = new Form();
        Label label = new Label();
        TextBox textBox = new TextBox();
        Button buttonOk = new Button();
        Button buttonCancel = new Button();

        form.Text = title;
        label.Text = promptText;
        textBox.Text = value;

        buttonOk.Text = "OK";
        buttonCancel.Text = "Cancel";
        buttonOk.DialogResult = DialogResult.OK;
        buttonCancel.DialogResult = DialogResult.Cancel;

        label.SetBounds(9, 20, 372, 13);
        textBox.SetBounds(12, 36, 372, 20);
        buttonOk.SetBounds(228, 72, 75, 23);
        buttonCancel.SetBounds(309, 72, 75, 23);

        label.AutoSize = true;
        textBox.Anchor = textBox.Anchor | AnchorStyles.Right;
        buttonOk.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
        buttonCancel.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;

        form.ClientSize = new Size(396, 107);
        form.Controls.AddRange(new Control[] { label, textBox, buttonOk, buttonCancel });
        form.ClientSize = new Size(Math.Max(300, label.Right + 10), form.ClientSize.Height);
        form.FormBorderStyle = FormBorderStyle.FixedDialog;
        form.StartPosition = FormStartPosition.CenterScreen;
        form.MinimizeBox = false;
        form.MaximizeBox = false;
        form.AcceptButton = buttonOk;
        form.CancelButton = buttonCancel;

        DialogResult dialogResult = form.ShowDialog();
        value = textBox.Text;
        return dialogResult;
    }
}
<!doctype>
  <html>
  <body> welcome my first wewbpage </body>
star

Mon Feb 03 2025 11:08:07 GMT+0000 (Coordinated Universal Time) https://marketplace.visualstudio.com/items?itemName

@alexrw

star

Mon Feb 03 2025 09:49:55 GMT+0000 (Coordinated Universal Time)

@Saravana_Kumar #python

star

Mon Feb 03 2025 09:43:04 GMT+0000 (Coordinated Universal Time)

@Saravana_Kumar #python

star

Mon Feb 03 2025 09:30:57 GMT+0000 (Coordinated Universal Time) https://essaypro.com/plagiarism-checker

@Etukol

star

Mon Feb 03 2025 08:42:09 GMT+0000 (Coordinated Universal Time) https://stackoverflow.com/questions/18533625/copy-multiple-csv-files-into-postgres

@Saravana_Kumar #python

star

Mon Feb 03 2025 06:29:07 GMT+0000 (Coordinated Universal Time)

@Fudgiebars

star

Mon Feb 03 2025 05:04:46 GMT+0000 (Coordinated Universal Time) https://essayhub.com/narrative-essay-writing-services

@Etukol

star

Mon Feb 03 2025 04:18:49 GMT+0000 (Coordinated Universal Time) https://aviator-demo.spribegaming.com/?currency

@UIAceMLPioneer

star

Sun Feb 02 2025 22:43:02 GMT+0000 (Coordinated Universal Time)

@davidmchale #filtering #checkboxes

star

Sun Feb 02 2025 13:33:43 GMT+0000 (Coordinated Universal Time)

@OwlZ

star

Sun Feb 02 2025 13:32:21 GMT+0000 (Coordinated Universal Time)

@OwlZ

star

Sun Feb 02 2025 13:10:00 GMT+0000 (Coordinated Universal Time)

@morpher

star

Sun Feb 02 2025 03:44:53 GMT+0000 (Coordinated Universal Time)

@WXCanada

star

Sat Feb 01 2025 20:53:34 GMT+0000 (Coordinated Universal Time) https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A8mBfSAJ

@dannygelf #salesforce #screnflow #relatedlist

star

Sat Feb 01 2025 11:27:11 GMT+0000 (Coordinated Universal Time) https://cryptocurrency-exchange-development-company.com/

@raydensmith #cryptocurrencyexhangedevlopment #exchangesoftware

star

Sat Feb 01 2025 09:46:08 GMT+0000 (Coordinated Universal Time) https://nolanlawson.github.io/emoji-picker-element/

@arivasgran #javascript

star

Sat Feb 01 2025 07:40:52 GMT+0000 (Coordinated Universal Time)

@amanbwh

star

Fri Jan 31 2025 21:24:39 GMT+0000 (Coordinated Universal Time) https://quackr.io/temporary-numbers/finland/3584573999653

@ahmadiqbal #english

star

Fri Jan 31 2025 16:15:54 GMT+0000 (Coordinated Universal Time)

@amanbwh

star

Fri Jan 31 2025 14:06:27 GMT+0000 (Coordinated Universal Time) https://codepen.io/ramzibach-the-styleful/pen/LYoYejb

@caovillanueva #undefined

star

Fri Jan 31 2025 14:06:11 GMT+0000 (Coordinated Universal Time) https://codepen.io/ramzibach-the-styleful/pen/ZENExza

@caovillanueva #undefined

star

Fri Jan 31 2025 13:15:17 GMT+0000 (Coordinated Universal Time) https://essayservice.com/nursing-essay-writing-service

@Etukol

star

Fri Jan 31 2025 11:38:40 GMT+0000 (Coordinated Universal Time) https://appticz.com/poloniex-clone-script

@davidscott

star

Fri Jan 31 2025 08:26:48 GMT+0000 (Coordinated Universal Time) https://www.kryptobees.com/binance-clone-script

@Rick_Grimes #blockchain #cryptocurrency

star

Fri Jan 31 2025 07:44:39 GMT+0000 (Coordinated Universal Time)

@RL

star

Fri Jan 31 2025 07:44:39 GMT+0000 (Coordinated Universal Time)

@RL

star

Fri Jan 31 2025 06:43:23 GMT+0000 (Coordinated Universal Time)

@Rohan@99

star

Fri Jan 31 2025 05:11:28 GMT+0000 (Coordinated Universal Time)

@Rohan@99

star

Fri Jan 31 2025 02:58:55 GMT+0000 (Coordinated Universal Time)

@FOHWellington

star

Fri Jan 31 2025 02:13:05 GMT+0000 (Coordinated Universal Time)

@FOHWellington

star

Fri Jan 31 2025 00:39:07 GMT+0000 (Coordinated Universal Time) https://aspx.co.il/

@ASPX #css #webkit #-webkit

star

Thu Jan 30 2025 23:34:43 GMT+0000 (Coordinated Universal Time)

@davidmchale #sort #switch

star

Thu Jan 30 2025 23:33:11 GMT+0000 (Coordinated Universal Time)

@davidmchale #data #object

star

Thu Jan 30 2025 16:27:17 GMT+0000 (Coordinated Universal Time)

@kovid

star

Thu Jan 30 2025 15:14:46 GMT+0000 (Coordinated Universal Time) https://www.globalstatements.com/secret/3/5f.html

@VanLemaime

star

Thu Jan 30 2025 13:38:28 GMT+0000 (Coordinated Universal Time)

@Pooja

star

Thu Jan 30 2025 13:36:15 GMT+0000 (Coordinated Universal Time)

@Pooja

star

Thu Jan 30 2025 13:35:12 GMT+0000 (Coordinated Universal Time)

@Pooja

star

Thu Jan 30 2025 12:31:53 GMT+0000 (Coordinated Universal Time)

@Rehbar #python

star

Thu Jan 30 2025 12:31:23 GMT+0000 (Coordinated Universal Time)

@Rehbar #python

star

Thu Jan 30 2025 12:16:45 GMT+0000 (Coordinated Universal Time)

@Rehbar #python

star

Thu Jan 30 2025 10:35:32 GMT+0000 (Coordinated Universal Time)

@2late #excel

star

Thu Jan 30 2025 10:35:13 GMT+0000 (Coordinated Universal Time) http://www.blackbeltcoder.com/Articles/winforms/dynamically-creating-a-winforms-dialog

@somyot

star

Thu Jan 30 2025 10:34:45 GMT+0000 (Coordinated Universal Time) http://www.blackbeltcoder.com/Articles/winforms/dynamically-creating-a-winforms-dialog

@somyot

star

Thu Jan 30 2025 09:45:55 GMT+0000 (Coordinated Universal Time)

@kuldeepcoder

star

Thu Jan 30 2025 09:40:33 GMT+0000 (Coordinated Universal Time) https://www.trioangle.com/future-trading-clone-script/

@Johnhendrick #java #javascript #django #nodejs #react.js #css

star

Thu Jan 30 2025 09:40:06 GMT+0000 (Coordinated Universal Time) https://www.trioangle.com/paxful-clone/

@Johnhendrick #java #javascript #django #nodejs #react.js #css

star

Thu Jan 30 2025 09:39:46 GMT+0000 (Coordinated Universal Time) https://www.trioangle.com/p2p-cryptocurrency-exchange-script/

@Johnhendrick #java #javascript #django #nodejs #css

star

Thu Jan 30 2025 09:39:19 GMT+0000 (Coordinated Universal Time) https://www.trioangle.com/wazirx-clone-script/

@Johnhendrick #javascript #java #django #angular #android #css

star

Thu Jan 30 2025 09:34:04 GMT+0000 (Coordinated Universal Time) https://www.trioangle.com/cryptocurrency-exchange-script/

@Johnhendrick #django #nodejs #angular #android #javascript #css

Save snippets that work with our extensions

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