Skip to content

Instantly share code, notes, and snippets.

View tctien342's full-sized avatar
Performance Mode

Saintno tctien342

Performance Mode
  • Freelancer Full Stack <TS PY SOL>
  • Ho Chi Minh City, Viet Nam
View GitHub Profile
@tctien342
tctien342 / cloudSettings
Created December 2, 2020 14:18
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-12-02T14:18:46.582Z","extensionVersion":"v3.4.3"}
@tctien342
tctien342 / buffer_fix.c
Created July 22, 2020 02:23 — forked from HighwayStar/buffer_fix.c
xiaomi fix buffer issue (see line 83) in com.qti.chi.override.so
int __fastcall sub_81A44(int a1)
{
int v1; // ST84_4@4
int v2; // ST14_4@5
int v3; // ST10_4@5
int v4; // ST0C_4@5
int v5; // ST08_4@5
int v6; // ST00_4@5
int v7; // ST6C_4@7
int v8; // ST18_4@7
@tctien342
tctien342 / . editorconfig
Last active February 21, 2022 16:03
FCS Environment config
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
@tctien342
tctien342 / prototype.ts
Created June 2, 2020 11:56
Some useful prototype in TS
interface String {
/**
* Keep only alphabet and number on string
*/
normal(): string;
/**
* Keep only alphabet char on string
*/
toOnlyWord(): string;
/**
@tctien342
tctien342 / cloudSettings
Last active July 1, 2020 14:13
SaintNo's VSCode minimal setup for typescript projects
{"lastUpload":"2020-07-01T14:12:29.544Z","extensionVersion":"v3.4.3"}
@tctien342
tctien342 / cloudSettings
Last active April 24, 2020 14:31
Visual Studio Code TypeScript Backend Dev
{"lastUpload":"2020-04-24T14:31:13.883Z","extensionVersion":"v3.4.3"}
@tctien342
tctien342 / cloudSettings
Last active April 3, 2020 02:13
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-03-30T07:59:16.778Z","extensionVersion":"v3.4.3"}
@tctien342
tctien342 / cloudSettings
Last active March 16, 2020 16:58
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-12-26T04:37:39.664Z","extensionVersion":"v3.4.3"}