- Understanding the Metrics
- Optimizing Largest Contentful Paint (LCP)
- Optimizing Total Blocking Time (TBT)
- Next.js-Specific Optimizations
- Monitoring and Testing
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
## Sublime Text 3 Serial key build is 3176 | |
> * Added these lines into /etc/hosts | |
127.0.0.1 www.sublimetext.com | |
127.0.0.1 license.sublimehq.com | |
> * Used the license key | |
----- BEGIN LICENSE ----- |
This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.
###Array ####Definition:
- Stores data elements based on an sequential, most commonly 0 based, index.
- Based on tuples from set theory.
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
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi | |
index f7a47f8..e9cfe7a 100644 | |
--- a/doc/misc/efaq.texi | |
+++ b/doc/misc/efaq.texi | |
@@ -1491,6 +1491,39 @@ exhibits all the colors Emacs knows about on the current display. | |
Syntax highlighting is on by default since version 22.1. | |
+Emacs 26.1 and later support direct color mode in terminals. If Emacs | |
+finds Terminfo capabilities @samp{setb24} and @samp{setf24}, 24-bit |
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
<?xml version="1.0" encoding="EUC-JP"?> | |
<DB_PRODUCTINFO> | |
<MP_AREA>Åìµþ</MP_AREA> | |
<BAITAI_NAME>Á¡žŠ¿·Ê¹</BAITAI_NAME> | |
<MAINPAPER_NAME>Á¡žŠËÜ»æ</MAINPAPER_NAME> | |
<WORK_DATE>20170315</WORK_DATE> | |
<PRODUCT_NUMS>1</PRODUCT_NUMS> | |
<LAST_EDITION>1</LAST_EDITION> | |
<PRODUCT_INFO> | |
<PUBLIC_AREA>Á¡žŠ¿·Ê¹</PUBLIC_AREA> |
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
" copy all this into a vim buffer, save it, then... | |
" source the file by typing :so % | |
" Now the vim buffer acts like a specialized application for mastering vim | |
" There are two queues, Study and Known. Depending how confident you feel | |
" about the item you are currently learning, you can move it down several | |
" positions, all the way to the end of the Study queue, or to the Known | |
" queue. | |
" type ,, (that's comma comma) |
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
I use the first | |
—– BEGIN LICENSE —– | |
Michael Barnes | |
Single User License | |
EA7E-821385 | |
8A353C41 872A0D5C DF9B2950 AFF6F667 | |
C458EA6D 8EA3C286 98D1D650 131A97AB | |
AA919AEC EF20E143 B361B1E7 4C8B7F04 |
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
LOCAL_PATH := $(call my-dir) | |
include $(CLEAR_VARS) | |
# OpenCV | |
OPENCV_CAMERA_MODULES := off | |
OPENCV_INSTALL_MODULES := off | |
OPENCV_LIB_TYPE := STATIC |