Skip to content

Instantly share code, notes, and snippets.

View tienquanutc's full-sized avatar
🙂

Nguyễn Tiến Quân tienquanutc

🙂
View GitHub Profile
{
"latestVersion": "2.1",
"latestVersionCode": 22,
"url": "https://store.down-apk.com/d/com.apkcombo.app_1.2.apk?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXRoIjoiY29tLmFwa2NvbWJvLmFwcCUyRjEuMiUyRjMuNzM3YTc0MjIzM2NiZDQyNWY2Y2E1NWQ2MTkyNzVjYTEwMWMzNDc2ZC5hcGsiLCJpYXQiOjE2MTAwMDIwNzF9.0GaA5JAkBHig971N8vKqeI9daQPg4A06_cdOC0wqKes&package_name=com.apkcombo.app",
"releaseNotes": []
}
@tienquanutc
tienquanutc / index.js
Last active December 21, 2019 16:08
khaosat
//ctr + a -> ctr + c -> mở trang đánh giá -> f12 (console tab) -> ctr + v -> enter -> đợi 10s -> f5 -> done
let targetUrl=window.location.href,formArrayData=$(".answers-list").toArray().map(a=>$(a).find(".radio-item .radio:last")).map(a=>({name:$(a).attr("name"),value:$(a).attr("value")})).flat();formArrayData[0].value="4";let formData={};formArrayData.forEach(a=>{formData[a.name]=a.value}),formData.btnupdate="Hoàn thành";const lophocphanList=$(".non-completed-subject").toArray().map(a=>$(a).attr("value"));lophocphanList.forEach(a=>{formData.lophocphan=a,$.ajax({type:"POST",url:targetUrl,data:formData,dataType:"text",encode:!0,success:function(){console.log(`${a} thành công`)},error:function(a,t,o){console.log(o)}})});
@tienquanutc
tienquanutc / khaosat.utc.edu.vn.js
Last active December 21, 2019 16:02
khaosat.utc.edu.vn.js
//ctr + c -> mở trang đánh giá -> f12 (console tab) -> ctr + v -> enter -> đợi 10s -> f5 -> done
let targetUrl=window.location.href,formArrayData=$(".answers-list").toArray().map(a=>$(a).find(".radio-item .radio:last")).map(a=>({name:$(a).attr("name"),value:$(a).attr("value")})).flat();formArrayData[0].value="4";let formData={};formArrayData.forEach(a=>{formData[a.name]=a.value}),formData.btnupdate="Hoàn thành";const lophocphanList=$(".non-completed-subject").toArray().map(a=>$(a).attr("value"));lophocphanList.forEach(a=>{formData.lophocphan=a,$.ajax({type:"POST",url:targetUrl,data:formData,dataType:"text",encode:!0,success:function(){console.log(`${a} thành công`)},error:function(a,t,o){console.log(o)}})});
package http
class Server {
public static void main(String[] args) {
ServerSocket serverSocket = new ServerSocket(9001)
println "Server running on port 9000"
while (true) {
serverSocket.accept(true) { conn ->
def responseWriter = new PrintWriter(conn.getOutputStream())

Keybase proof

I hereby claim:

  • I am tienquanutc on github.
  • I am tienquanutc (https://keybase.io/tienquanutc) on keybase.
  • I have a public key ASBX3Pr2ompj7W93KuftCF32dU2c_pkKqoDnBG0nCHiosgo

To claim this, I am signing this object:

#pragma once
#include <string>
#include <iostream>
#include <conio.h>
#include "Vector.h"
using namespace std;
class XeMay