This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "service_account", | |
"project_id": "gdsc-orientation-form", | |
"private_key_id": "e466436879f27a8c8cd4e334ad9d33537fcbe7e1", | |
"private_key": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDbK2UM/Nv/Z3uz\n4cbKvDFFOdbxsHqdMI+tuYxtvev2SIitVbBFCx4uGogWBgXEr/XvXoRHajkYO1Z6\nrSkyHQIVBPln+QjzHDsK28lyN7DVS5PTa0dBVd6f996iuOxXPxK3pAbrt8XfGZM8\nAXJoHUk5IhLCa2PqZzJOqhZqAFhXL1byhKe9Vl53VE9IfLW0uUneKTNhMlX3KbzE\n+7yzSSVwTuDsACSMss1m5cCnHFCWwrUus7OsCXg80dm4fDMFH3oYIO8v0lnn65lk\nVa3pF9B/Q4rFcOF0KEv1t+sHWNecX1APenEqmXpTzt4pXm8BurjZaydaTf4TS/+7\nt2UfHbAZAgMBAAECggEAMkMF5hAZDb34Jv0In1bAP91vVzb/L4xC7vbF5ybudakV\nuxaTGYperfkEq3RPH1exIWd+E3ifRljZUMHkWCtB3nspDTiV3lbjjW5xCMIPyiKO\ncKZCDZA5QVtRUeTxwmJjEv1JXwZimPLfCpxUVd8dez4+qhqBq/Bln5evEzkoCToT\n41EX40GXJnU3S9XoP59IJ9iNlYe0yKx1jYxkKlJbB5MbK+r54x9Glv8QCOclVHpQ\nPNYfTwQgFLyWdpr+MOLEp0C6z1QzYTm7ZQWpcjfnmKEz4PYz6nysKuOI0bCzkW5u\niGxtu11n7qEAetFMVwapbodCkvnzbSo+3nn91tD63wKBgQDuyPX6eW0JquFGUk8m\nf3tLPjL+MVzWawgGO5xjfsODaZmim6oLH+evjRUdWRkBsWu6B |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ===== Reveal Sections on Interaction ===== | |
let sectionsRevealed = false; | |
function revealSections() { | |
if (!sectionsRevealed) { | |
document.querySelectorAll('.reveal').forEach(section => { | |
section.classList.remove('hidden'); | |
}); | |
const hint = document.querySelector('.hint'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#region Using declarations | |
using System; | |
using System.Collections.Generic; | |
using System.ComponentModel; | |
using System.ComponentModel.DataAnnotations; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
using System.Windows.Media; | |
using System.Xml.Serialization; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#region Using declarations | |
using System; | |
using NinjaTrader.Cbi; | |
using NinjaTrader.Gui.Tools; | |
using NinjaTrader.NinjaScript.Strategies; | |
#endregion | |
namespace NinjaTrader.NinjaScript.Indicators | |
{ | |
public class StackedEMAConfirmation : Indicator |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Start session | |
session_start(); | |
// Include database connection | |
include('config.php'); | |
// Handle form submission | |
if ($_SERVER['REQUEST_METHOD'] == 'POST') { | |
$email = trim($_POST['email']); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import { motion } from 'framer-motion'; | |
import { useNavigate } from 'react-router-dom'; | |
import { Vortex } from '../components/ui/vortex'; // Import the Vortex component | |
import { FaGoogle, FaGithub } from 'react-icons/fa'; // Import Google and GitHub icons | |
function Landing() { | |
const navigate = useNavigate(); | |
const handleNavigate = () => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { useState, useRef, useEffect } from "react"; | |
import "./App.css"; | |
import axios from "axios"; | |
import ReactMarkdown from "react-markdown"; | |
const MarkdownComponent = ({ content }) => ( | |
<div className="your-class-name"> | |
<ReactMarkdown>{content}</ReactMarkdown> | |
</div> | |
); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div align="center"> | |
<img src="https://capsule-render.vercel.app/api?type=waving&color=gradient&customColorList=12&height=200§ion=header&text=Sanket&fontSize=80&animation=fadeIn&fontAlignY=35&desc=&descAlignY=50&descAlign=50" width="100%" /> | |
</div> | |
<div align="center"> | |
<a href="https://git.io/typing-svg"> | |
<img src="https://readme-typing-svg.demolab.com?font=Fira+Code&weight=600&size=40&duration=3000&pause=1000&color=36BCF7¢er=true&vCenter=true&multiline=true&repeat=true&width=800&height=200&lines=%F0%9F%91%8B+Hey!+I'm+Sanket;%F0%9F%9A%80+Building+the+Future+of+Tech;%F0%9F%8C%9F+Crafting+Scalable+Solutions;%E2%9A%A1+Innovating+Through+Code" alt="Typing SVG" /> | |
</a> | |
</div> |