Skip to content

Instantly share code, notes, and snippets.

View minhvt22's full-sized avatar
📚
Learning

Vu Tung Minh minhvt22

📚
Learning
View GitHub Profile
@minhqnd
minhqnd / export_fap_calendar.md
Last active January 17, 2026 02:23
Xuất lịch học từ FAP (FPT Academic Portal) sang file ICS để import vào Apple Calendar / Google Calendar.

FAP to Calendar

Xuất lịch học từ FAP (FPT Academic Portal) sang file ICS để import vào Apple Calendar / Google Calendar.

Tính năng

  • Xuất lịch học của tất cả các môn trong kỳ hiện tại
  • Support vị trí 5 cơ sở FPT: Hòa Lạc, Đà Nẵng, Cần Thơ, HCM, Quy Nhơn
  • Tự động thông báo thời gian di chuyển dựa vị trí trên
@Xfennec
Xfennec / rc-esp8266.c
Created November 25, 2019 16:17
ESP8266 RC car with Websocket and Gamepad API
//#include <Arduino.h>
#include <ESP8266WiFi.h>
#include <ESP8266WiFiMulti.h>
#include <WebSocketsServer.h>
#include <ESP8266WebServer.h>
#include <ESP8266mDNS.h>
#include <Hash.h>
#define USE_SERIAL Serial