หมอต้องสอบอะไรบ้าง
- TPAT1 30% และ A-Level วิชาสามัญ 70%
- คณิต 1 14%,
- ภาษาอังกฤษ 14%
- ฟิสิกส์ + เคมี + ชีวะ 28%
- ภาษาไทย 7%
| db.user.updateOne( | |
| { _id: ObjectId("67611ccbf07d7da6773cdd02") }, | |
| { | |
| $addToSet: { | |
| locationCountryIds: { | |
| $each: [ | |
| ObjectId("6760f74af3b8abfe4f92dd48"), | |
| ObjectId("6760f74bf3b8abfe4f92dd49"), | |
| ObjectId("6760f74bf3b8abfe4f92dd4a"), | |
| ObjectId("6760f74bf3b8abfe4f92dd4b"), |
| #!/bin/bash | |
| # Add user to sudoers | |
| echo "Adding user to sudoers..." | |
| su -c "usermod -aG sudo $USER" root | |
| su -c "echo '$USER ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/$USER" root | |
| # Update system | |
| echo "Updating system..." | |
| sudo apt-get update && sudo apt-get upgrade -y |
หมอต้องสอบอะไรบ้าง
| { | |
| "status": "OK", | |
| "data": [ | |
| { | |
| "YID": 8, | |
| "YEAR": "2022", | |
| "SEMESTERS": [ | |
| { | |
| "SEMID": 10, | |
| "CLASSES": [ |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Sign Up Form</title> | |
| <style> | |
| body { | |
| font-family: sans-serif; | |
| text-align: center; | |
| } |
| import hashlib | |
| import itertools | |
| import time | |
| import sys | |
| import os | |
| # Function to generate substituted variants of a word | |
| def generate_variants(word): | |
| substitutions = { | |
| 'o': '0', |
| import hashlib | |
| import itertools | |
| def generate_variants(word): | |
| substitutions = { | |
| 'o': '0', | |
| 'l': '1', | |
| 'i': '1' | |
| } |
To run the command:
grid-6-7.txt:
cd /path/to/foldergrid-6-7.txt with another input file. Make sure that the file is located in the current directory.time docker run -v $PWD:/input -v $PWD:/output clickads/powergrid:latest ./prog /input/grid-6-7 /output/out.txtThis command runs a Docker container that uses the clickads/powergrid image and sorts the specified input file from the /input directory to the /output/out.txt file. The time command is used to measure the execution time of the command.
To run the command:
sort-rand-199999999.txt:
cd /path/to/foldersort-rand-199999999.txt with another input file. Make sure that the file is located in the current directory.time docker run -v $PWD:/input -v $PWD:/output clickads/terasort:latest ./prog /input/sort-rand-199999999.txt /output/out.txtThis command runs a Docker container that uses the clickads/terasort image and sorts the specified input file from the /input directory to the /output/out.txt file. The time command is used to measure the execution time of the command.