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
| https://chrome.google.com/webstore/detail/shortkeys-custom-keyboard/logpjaacgmcbpdkdchjiaagddngobkck | |
| [ | |
| { | |
| "action": "bottom", | |
| "blacklist": false, | |
| "exported": true, | |
| "key": "G", | |
| "open": false, | |
| "sites": "*mail.google.com*", |
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
| <!-- daalgavar 1 --> | |
| <?php | |
| //DBMS - tei xolbogdox uildel | |
| $connect = mysqli_connect("localhost", "root", ""); | |
| //Database uusgex | |
| $sql = "CREATE DATABASE trans"; | |
| //$sql var - d xadgalagdsan query - g ajilluulax | |
| mysqli_query($connect, $sql); |
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
| Ерөнхий шаардлага: Авто тээврийн үндэсний төвөөс хот хоорондын зорчигч тээврийн үйлчилгээг зохицуулдаг (https://eticket.transdep.mn/). Нэг хотоос олон чиглэлд автобусаар зорчигч тээвэрлэдэг ба нэг чиглэлд олон автобус явж, нэг автобус олон чиглэлд үйлчилж болдог. Автобусны хувьд тээврийн хэрэгслийн дугаар, эзэмшигч компанийн нэр зэргийг хадгална. Чиглэлийн хувьд чиглэлийн дугаар, чиглэлийн нэрийг хадгална. Чиглэлийн нэрээс сонгоход тухайн чиглэлд яг одоо явж буй автобусны мэдээллийг харуулдаг вэб хуудас хөгжүүлнэ. | |
| 1. Өгөгдлийн сангийн зохиомжийг гүйцэтгэх (2 оноо) | |
| 2. Чиглэлийн нэрсийг жагсааж харуулах (2 оноо) | |
| 3. Чиглэлийн нэр дээр дарахад тухайн тухайн чиглэлд үйлчилж буй автобусны мэдээллийг жагсааж харуулах (3 оноо) | |
| 4. Хамгийн сүүлд сонгосон чиглэлийн дугаарыг күүкид хадгалах (3 оноо) |
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
| Ерөнхий шаардлага: Мэргэжлийн хяналтын газраас үйлдвэрлэл үйлчилгээний газруудад (хоолны газар, үсчин гоо сайхан г.м) тогтмол шалгалт хийж батлагдсан хяналтын хуудасны (http://inspection.gov.mn/info/index.php?option=com_content&view=article&id=998&Itemid=105) дагуу үнэлгээ өгдөг. Үйлдвэрлэл үйлчилгээний газруудын хувьд нэр, бүртгэлийн дугаар, эрхэлдэг үйлчилгээний талаар товч тайлбар зэргийг хадгална. Нэг газар олон үйлчилгээ эрхлэх боломжтой бөгөөд үйлчилгээ бүр үйлчилгээний код, хяналтын хуудастай байна. Үйлчилгээний газруудын жагсаалтаас сонгож холбогдох хяналтын хуудасны хувьд нэгдсэн үнэлгээг өгч оруулдаг вэб хуудас хөгжүүлнэ. | |
| 1. Өгөгдлийн сангийн зохиомжийг гүйцэтгэх (2 оноо) | |
| 2. Үйлчилгээний газруудыг жагсааж харуулах (2 оноо) | |
| 3. Үйлчилгээний газрын нэр дээр дарахад тухайн газарт холбогдох үнэлгээний хуудсуудыг үнэлгээ оруулах талбарын хамт жагсааж харуулах (3 оноо) | |
| 4. Үнэлгээний утгуудыг оруулаад серверт илгээхэд өгөгдлийн санд оруулах (3 оноо) |
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
| #include <iostream> | |
| #include <cstdio> | |
| #include <cmath> | |
| #include "string.h" | |
| #include "mem.h" | |
| //Wav Header | |
| struct wav_header_t | |
| { | |
| char chunkID[4]; //"RIFF" = 0x46464952 |
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
| //ahk file type | |
| ; Configuration | |
| #NoEnv ;AHK updateleri icin uyumlu. | |
| #SingleInstance force ;sadece 1i calisir. | |
| SetTitleMatchMode, 2 ; | |
| #ifwinactive, TslGame ;PUBG acikken aktif. | |
| ; Variables |
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
| # !/bin/bash | |
| # Create and open a new Journal entry. | |
| atom ~/Google\ Drive/Journal/$(date "+%Y.%m.%d-%H.%M.%S").md |
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
| # install Homebrew if you don't already have it: http://mxcl.github.io/homebrew/ | |
| # install nano from homebrew | |
| brew install nano | |
| # update your nanorc file with the contents of the nanorc file below | |
| nano ~/.nanorc | |
| # re-open your terminal and you'll have syntax highlighting |