Skip to content

Instantly share code, notes, and snippets.

View beobuild's full-sized avatar
💘
owo

beobuild

💘
owo
  • Vietnam
  • 12:03 (UTC +07:00)
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<style>
body {
font-family: Arial, sans-serif;
}
table {
border-collapse: collapse;
width: 100%;
<!DOCTYPE html>
<html>
<head>
<title>Đăng Nhập Diễn Đàn</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
<!DOCTYPE html>
<html>
<head>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
from google import genai
from google.genai import types
client = genai.Client()
def Shortener(originalPrompt, maxLength):
words = originalPrompt.split()
if len(words) <= maxLength:
return originalPrompt
return ' '.join(words[:maxLength]) + '...'
public class Taikhoan {
private String Tendangnhap;
private String Matkhau;
private String Vaitro;
//getter setter
public String getMatkhau(){
return Matkhau;
}
public String getTendangnhap(){