분류 전체보기 (1787) 썸네일형 리스트형 포켓몬 띠부띠부실은 너 가져 # Import necessary modules from the Flask packagefrom flask import Flask, render_template, request, redirect, url_for# Create an instance of the Flask class representing the applicationapp = Flask(__name__)# Initialize an empty list to store expensesexpenses = []"""Add a new expense to the trackerParameters:- description (str): The description of the expense- amount (float): The amount of the ex.. 한국어 어휘량을 폭발적으로 증가시키는 앱에 관하여 (6) by 영웅 A to Z 모든 내용은 저에 의하여 작성되었습니다 제목에도 (6)이라는 표기가 있듯이 이 앱 전체를 보려면 이 제목 숫자 전체를 보아야 합니다 이는 블로그라는 한계 때문입니다 참고 부탁드립니다 4.0.0 com.example chimchak 1.0-SNAPSHOT chimchak UTF-85.9.2 org.openjfx javafx-controls 21-ea+24 org.slf4j slf4j-simple 1.7.30 org.openjfx javafx-fxml 21-ea+24 org.controlsfx controlsfx 11.1.2 .. 한국어 어휘량을 폭발적으로 증가시키는 앱에 관하여 (5) by 영웅 A to Z 모든 내용은 저에 의하여 작성되었습니다 제목에도 (5)이라는 표기가 있듯이 이 앱 전체를 보려면 이 제목 숫자 전체를 보아야 합니다 이는 블로그라는 한계 때문입니다 참고 부탁드립니다 package com.example.chimchak;/** * This class represents a KoreanKeyboard, a specialized version of the abstract Keyboard class. It is designed * specifically for inputting Hangeul, the Korean alphabet(or characters). The key feature of this class is its method for handling * key presses, transl.. 한국어 어휘량을 폭발적으로 증가시키는 앱에 관하여 (4) by 영웅 A to Z 모든 내용은 저에 의하여 작성되었습니다 제목에도 (4)이라는 표기가 있듯이 이 앱 전체를 보려면 이 제목 숫자 전체를 보아야 합니다 이는 블로그라는 한계 때문입니다 참고 부탁드립니다 package com.example.chimchak;import javafx.application.Application;import javafx.geometry.Insets;import javafx.geometry.Pos;import javafx.scene.Scene;import javafx.scene.control.Button;import javafx.scene.control.Label;import javafx.scene.control.TextField;import javafx.scene.image.Image;import .. 한국어 어휘량을 폭발적으로 증가시키는 앱에 관하여 (3) by 영웅 A to Z 모든 내용은 저에 의하여 작성되었습니다 제목에도 (3)이라는 표기가 있듯이 이 앱 전체를 보려면 이 제목 숫자 전체를 보아야 합니다 이는 블로그라는 한계 때문입니다 참고 부탁드립니다 package com.example.chimchak;import org.apache.poi.ss.usermodel.*;import org.apache.poi.xssf.usermodel.XSSFWorkbook;import java.io.File;import java.io.FileInputStream;import java.util.*;/** * KoreanTextGame class is designed to be the core for the whole Korean learning vocabulary app, focusing .. 한국어 어휘량을 폭발적으로 증가시키는 앱에 관하여 (2) by 영웅 A to Z 모든 내용은 저에 의하여 작성되었습니다 제목에도 (2)이라는 표기가 있듯이 이 앱 전체를 보려면 이 제목 숫자 전체를 보아야 합니다 이는 블로그라는 한계 때문입니다 참고 부탁드립니다 package com.example.chimchak;import java.util.ArrayList;import java.util.Arrays;import java.util.Collections;import java.util.List;import java.util.Scanner;/** * The KoreanTestGame class is designed to evaluate a user's level about Korean words. * It is very simple answering English words game .. 한국어 어휘량을 폭발적으로 증가시키는 앱에 관하여 (1) by 영웅 A to Z 모든 내용은 저에 의하여 작성되었습니다 제목에도 (1)이라는 표기가 있듯이 이 앱 전체를 보려면 이 제목 숫자 전체를 보아야 합니다 이는 블로그라는 한계 때문입니다 참고 부탁드립니다 package com.example.chimchak;/** * An abstract class representing a generic keyboard. It provides a framework for handling key * presses and displaying the keyboard's status. * Special Characteristics: * - Abstract Class: This class is abstract and cannot be initiated on its own. It requires.. tryhackme W1seGuy fun import randomimport socketserver import socket, osimport stringflag = open('flag.txt','r').read().strip()# send message : encoding -> senddef send_message(server, message): enc = message.encode() server.send(enc)def setup(server, key): flag = 'THM{thisisafakeflag}' xored = "" for i in range(0,len(flag)): xored += chr(ord(flag[i]) ^ ord(key[i%len(key)])) hex_encoded = xo.. 이전 1 ··· 9 10 11 12 13 14 15 ··· 224 다음