All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Register

Login


All New Register Login

All gists

Recently created
Least recently created
Recently updated
Least recently updated
ProtyayMnd50's Avatar

ProtyayMnd50 / LetterChanges.java

0 likes
0 forks
1 files
Last active 1748456953
1 //Letter changes
2 import java.util.*;
3 import java.io.*;
4
5 class Main {
6 public static String LetterChanges(String str) {
7 StringBuilder result = new StringBuilder();
8
9 for (char c : str.toCharArray()) {
10 if (Character.isLetter(c)) {

lolpee69 / Poop

0 likes
0 forks
1 files
Last active 1748409711
1 🔹 Member 1: Introduction to FSRM (File Server Resource Manager)
2
3 Slide 1: What is FSRM?
4 FSRM is a suite of tools in Windows Server for managing and classifying data stored on file servers.
5 Helps enforce data storage policies, monitor usage, and control access.
6 Slide 2: Why Use FSRM?
7 Prevent storage misuse.
8 Ensure compliance with company or legal policies.
9 Automate file management based on properties (like type, size, date).
10 Slide 3: Key Components Overview
shqipe4ever's Avatar

shqipe4ever / EPG

0 likes
0 forks
1 files
Last active 1748374890
1 HIVJBJVLKSVHJSJVLJJNKLVJLSDK;VJSDKJVLJVSDKLVNKLVNKLVMSDKLVMSLVMSKL FHFJLSDHSDKLGJHKLGKLG KLLDHDKLNKLHKLASHALJASLKHASLAK

lolpee69 / Idea

0 likes
0 forks
1 files
Last active 1748347616
1 AeroSynth™ – A GenAI-powered swarm of digital-twin agents that predicts flight disruptions up to 72 hours ahead, autonomously re-optimises the network, and sends policy-grounded, personalised messages to every affected Problem
2 • Flight disruptions cost airlines ~8 % of revenue and erode customer trust.
3 • Existing optimisation engines react after the fact and require manual rule updates.
4 • Recent chatbot-liability incidents show AI outputs must be traceable to policy.
5
6 Solution – AeroSynth™
7 1. Data Fabric
8 – Ingest live ADS-B, weather, maintenance, crew-roster, and CRM streams into a time-aware vector knowledge graph.
9 2. Digital-Twin Core
10 – Every flight, crew, gate, and passenger becomes an LLM agent inside a 72-hour forward-looking graph.

lolpee69 / ideathon

0 likes
0 forks
1 files
Last active 1748346299
1 Air Canada AIrborne: The GenAI Ideathon is your chance to take innovation to new heights! This ideathon invites associates to harness the power of Generative AI and Artificial Intelligence to transform the way we work, build, and serve.
2
3 Whether you're optimizing the Software Development Life Cycle (SDLC) or crafting AI-powered business solutions, this is your runway to showcase bold ideas that can elevate Air Canada’s digital journey.
4
5 Participants can submit ideas under two exciting themes:
6
7 GenAI Across the SDLC – Reimagine how we gather requirements, develop, test, and maintain applications using AI.
8 AI for Business Impact – Propose AI-driven solutions that enhance customer experience, streamline operations, or unlock new business value.
9 Let your creativity take flight—because innovation is in the air!

lolpee69 / Final

0 likes
0 forks
5 files
Last active 1748326333
1 import React, { useState } from 'react';
2 import { useSelector } from 'react-redux';
3 import { useNavigate } from 'react-router-dom';
4
5 const Search = () => {
6 const { bookingCheck } = useSelector((state) => state);
7 const [searchId, setSearchId] = useState('');
8 const [foundBooking, setFoundBooking] = useState(null);
9 const navigate = useNavigate();

lolpee69 / Updated code

0 likes
0 forks
9 files
Last active 1748325732
1
2 export const SELECT_GAME = 'SELECT_GAME';
3 export const SELECT_DATE = 'SELECT_DATE';
4 export const SELECT_SLOT = 'SELECT_SLOT';
5 export const BOOK_SLOT = 'BOOK_SLOT';
6 export const SAVE_DETAILS = 'SAVE_DETAILS';
7
8 export const selectGame = (game) => ({
9 type: SELECT_GAME,
10 payload: game,

lolpee69 / index.js

0 likes
0 forks
16 files
Last active 1748323601
1 import React from "react";
2 import ReactDOM from "react-dom";
3 import "./index.css";
4 import * as serviceWorker from "./serviceWorker";
5 import App from "./App";
6 import { createStore, applyMiddleware } from "redux";
7 import { Provider } from "react-redux";
8 import createSagaMiddleware from 'redux-saga';
9 import bookNowReducer from "./Reducer/reducer";
10 import { watchBooking, watchUpdateGame, watchPostTodayTime } from "./sagas/index";

lolpee69 / Lolpoooop

0 likes
0 forks
1 files
Last active 1748255479
1 Scenario 1: Configure Secondary DNS Zone
2 Objective: Configure a Secondary Zone in Windows Server 2016.
3
4 Steps:
5
6 Open Server Manager → click Tools → open DNS.
7 In the DNS Manager, expand your server → Right-click Forward Lookup Zones → click New Zone.
8 In the New Zone Wizard:
9 Select Secondary Zone → click Next.
10 Enter the zone name (must match primary zone) → click Next.
f97's Avatar

f97 / timezonedb-fix.js

0 likes
0 forks
6 files
Last active 1756168990
1 #!name=CLC Time Mock
2 #!desc=Mock TimezoneDB: local time minus ~50 years + +2h per call
3 #!author=f97
4 #!homepage=https://f97.xyz
5
6 [Script]
7 # Chặn mọi request tới api.timezonedb.com và trả JSON local
8 CLC-Time=type=http-request,pattern=^https?:\/\/api\.timezonedb\.com\/.* ,script-path=https://demo.opengist.io/f97/cfa7470912c74cae8834bbd590f86666/raw/HEAD/clc.js
9
10 [MITM]
Newer Older

Powered by Opengist ⋅ Load: 165ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文
⋅ Discord