Skip to content

Instantly share code, notes, and snippets.

View trietptm's full-sized avatar
💭
Information Security Consulting, Threat Hunting

Minh-Triet Pham Tran trietptm

💭
Information Security Consulting, Threat Hunting
View GitHub Profile
@trietptm
trietptm / Science Software
Created September 1, 2021 14:10 — forked from n005/Science Software
This is a community list for scientific purpose.
Progamming language:
Julia
Java
GNU Octave
Scilab
Matlab - Simulink
Anaconda / Python (+ Jupyter)
R / R Studio
Wolfram Mathematica
ROOT
@trietptm
trietptm / DarkReader.config
Created September 1, 2021 14:08
DarkReader custom config
*
INVERT
.jfk-bubble.gtx-bubble
.captcheck_answer_label > input + img
span#closed_text > img[src^="https://www.gstatic.com/images/branding/googlelogo"]
span[data-href^="https://www.hcaptcha.com/"] > #icon
CSS
.vimvixen-hint {
@trietptm
trietptm / Darkreader-custom-theme-styles.css
Created September 1, 2021 14:08 — forked from MrZyr0/Darkreader-custom-theme-styles.css
This is the content of developper window in Dark Reader extension
*
INVERT
.jfk-bubble.gtx-bubble
.captcheck_answer_label > input + img
CSS
.vimvixen-hint {
background-color: ${#ffd76e} !important;
border-color: ${#c59d00} !important;
import data.real.basic
import algebra
import tactic
import algebra.quadratic_discriminant
import algebra.ordered_field
import algebra.ordered_group
import algebra.ordered_ring
open classical
local attribute [instance] prop_decidable
This file has been truncated, but you can view the full file.
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>fnord0 subscriptions in Google Reader</title>
</head>
<body>
<outline text="(title unknown)" title="(title unknown)"
type="rss"
xmlUrl="http://showmetheco.de/articles/2011/6/%3C%=%20href_to_rss%20%%3E" htmlUrl="http://www.google.com/reader/view/feed%2Fhttp%3A%2F%2Fshowmetheco.de%2Farticles%2F2011%2F6%2F%253C%25%3D%2520href_to_rss%2520%25%253E"/>
<outline text="(title unknown)" title="(title unknown)"
@trietptm
trietptm / 0.osx.setup.sh
Created March 28, 2021 02:36 — forked from Zer0xFF/0.osx.setup.sh
My Essential Fresh OSX/Windows setup
xcode-select --install
# /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install b7zip cmake qt5 clang-format zsh mas watch git git-gui graphicsmagick ghostscript npm wget trash composer romkatv/powerlevel10k/powerlevel10k
brew install --cask vscodium vlc qt-creator keka db-browser-for-sqlite
brew install --cask adobe-acrobat-reader teamviewer
pip3 install requests
# pip3 install pandas pyodbc striprtf pathvalidate mysql-connector-python
@trietptm
trietptm / asm.c
Created March 28, 2021 02:35 — forked from Zer0xFF/asm.c
asm(
"mov %0, %%rsi\n\t"
"mov %1, %%rdi\n\t"
"call _trumpoline\n\t"
:
:
"r" (m_code), "g"(context)
: "rsi", "rdi"
);
@trietptm
trietptm / ollydbg.ini
Created March 26, 2021 16:56 — forked from hashereware/ollydbg.ini
Settings for OllyDbg
[Settings]
Check DLL versions=0
Show toolbar=1
Status in toolbar=1
Use hardware breakpoints to step=0
Restore windows=2073
Scroll MDI=0
Horizontal scroll=0
Topmost window=0
Index of default font=1
@trietptm
trietptm / index.txt
Created February 13, 2021 14:49 — forked from rdbuf/index.txt
Студенческая жизнь
олимпиады:
Студенческая олимпиада МФТИ по математике, http://rkarasev.ru/news/
Олимпиада НИУ ВШЭ для студентов и выпускников, https://olymp.hse.ru/ma/
Всероссийская студенческая олимпиада по прикладной математике и физике, МФТИ
Студенческая олимпиада по алгебре, МГУ, http://halgebra.math.msu.su/Olympiad/
Заочная олимпиада по комбинаторике, ФПМИ МФТИ, https://vk.com/comb.olymp
Студенческая олимпиада по дискретной математике, ФУПМ МФТИ
Санкт-Петербургская заочная олимпиада по топологии, http://mathcenter.spb.ru/nikaan/math.html, https://vk.com/wall4836_1633
Четвертьфинал Открытого чемпионата мира по программированию ACM ICPC
@trietptm
trietptm / learning resources.md
Created February 13, 2021 13:32 — forked from rdbuf/learning resources.md
Reading list
Бесов. Лекции по математическому анализу
Иродов. Механика
Кириченко. Термодинамика, статистика и молекулярная физика
Беклемишев. Аналитическая геометрия и линейная алгебра
Sedgewick, Wayne. Algorithms