Skip to content

Instantly share code, notes, and snippets.

View stu01509's full-sized avatar
:octocat:
Confusing

Cliff Su stu01509

:octocat:
Confusing
View GitHub Profile
@stu01509
stu01509 / ultimate-ut-cheat-sheet.md
Created October 31, 2023 03:48 — forked from yoavniran/ultimate-ut-cheat-sheet.md
The Ultimate Unit Testing Cheat-sheet For Mocha, Chai, Sinon, and Jest
@stu01509
stu01509 / Common Git Commands.md
Last active December 21, 2023 15:08
Common Git Commands
@stu01509
stu01509 / google-tips
Created April 17, 2023 13:19 — 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
@stu01509
stu01509 / Raspberry Pi Update Node.JS
Created March 1, 2019 05:30
Raspberry Pi Update Node.JS
wget https://nodejs.org/dist/v10.0.0/node-v10.0.0-linux-armv7l.tar.xz
tar -xvf node-v10.0.0-linux-armv7l.tar
cd node-v10.0.0-linux-armv7l/
sudo cp -R * /usr/local
@stu01509
stu01509 / gist:d6b49820fdccdaae1c29a1245b0ae48f
Created November 12, 2018 23:01
Azure Add MIME TYPE Josn
<?xml version="1.0"?>
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".json" mimeType="application/json" />
</staticContent>
</system.webServer>
</configuration>
第一關
justify-content:flex-end;
第二關
justify-content:center;
第三關
justify-content:space-around;
第四關
if(Test-Path 'C:\Program Files (x86)'){
Write-Output '64位元系統'
if(Test-Path 'C:\Program Files\Java'){
$path = 'C:\Program Files\Java\'+(Get-ChildItem 'C:\Program Files\Java' -Name | Select-Object -First 1 )
echo $path
$path2 = $path + '\bin;'