Skip to content

Instantly share code, notes, and snippets.

View lag945's full-sized avatar
🐶
Focusing

Laguna Du lag945

🐶
Focusing
  • Taiwan
View GitHub Profile
@lag945
lag945 / GetMacAddress.cpp
Last active October 16, 2018 02:08 — forked from MareArts/GetMacAddress.cpp
Get MAC Address in MFC
http://study.marearts.com/2017/01/get-mac-address-in-mfc.html
//https://docs.microsoft.com/en-us/windows/desktop/api/iphlpapi/nf-iphlpapi-getadaptersinfo
//Requirements
//Header iphlpapi.h
//Library Iphlpapi.lib
//DLL Iphlpapi.dll
CString GetMACAddress()
{
CString strGateWay = _T("");
CString strMACAddress = _T("");
@lag945
lag945 / google-tips
Created July 15, 2022 04:07 — forked from qwo/google-tips
Google Recruiter Candidate Tips ..
xxx,
Thanks again for taking the time to speak with me and for sending me your information. I'm excited to tell you that we would like to move forward in the process!
One of our coordinators will be emailing you within the next week from an @google.com domain with the date and time of your phone interview. In the meantime, I've included some preparation materials (below.)
Please note this will be a technical interview that will last for approximately 45 minutes. Google takes an academic approach to the interviewing process. This means that we are interested in your thought process, your approach to problem solving as well as your coding abilities. You may be asked questions that relate to technical knowledge, algorithms, coding, performance, how to test solutions, and perhaps your interest in Google products. The best advice that I can give you is to treat the interview like a conversation, talk through the problems, and please feel free to ask the interviewer if you are not clear with any of the questio