Skip to content

Instantly share code, notes, and snippets.

View Kochise's full-sized avatar
💭
Taking over the world!

Kochise Kochise

💭
Taking over the world!
  • France
View GitHub Profile
@Kochise
Kochise / QFILUserGuide.txt
Created December 19, 2019 10:27
Qualcomm QFIL (2.0.2.6) command line arguments
-Mode
>Mode setting
=0 – Normal Mode
=1 – Engineer Mode
=2 – WCF Mode
=3 – Silent Mode
Qfil.exe -Mode=1
-COM
@Kochise
Kochise / tcmd_colors.txt
Last active February 12, 2020 10:10
Total commander's file color scheme (executable = red, media = pink/yellow/orange, office = blue, development = green/brown, archive = dark blue)
[Colors]
InverseSelection=1
InverseCursor=0
ThemedCursor=1
BackColor=-1
BackColor2=15658734
ForeColor=-1
MarkColor=-1
CursorColor=-1
CursorText=-1
@Kochise
Kochise / rename-github.bat
Last active December 12, 2019 11:05
Rename Github repository archive (-master -> -yyyymmdd) /!\ needs 7Zip
@echo off
rem For correct string substitution, need delayed variable expansion
rem Beware: you'll scratch your head several times with this shit
setlocal enabledelayedexpansion
rem Set this variable to get some fancy debug output
set "vdeb="
set "fdir=dir *-master.zip /B /A:-D /ON /S"
@Kochise
Kochise / del_flickr_files.bat
Last active December 12, 2019 11:06
Delete useless Flickr's files
del /s *.htm*;*.js;*.css;combo*;*.gif;buddyicon*;ec*;*N00.*;*N01.*;*N02.*;*N02_?.*;*N03.*;*N04.*;*N05.*;*N06.*;*N07.*;*N08.*;*N09.*;*_m.*;*_n.*;*_s.*;*_t.*
@Kochise
Kochise / find_flickr_photo.url
Last active December 12, 2019 11:07
Find Flickr photo from ID (ID_HASH_SIZE.jpg)
https://www.flickr.com/photo.gne?id=14096388664
@Kochise
Kochise / del_empty_dir.bat
Last active December 12, 2019 11:08
Remove empty dir recursively
@echo off
robocopy . . /s /move
@Kochise
Kochise / install_flash_player.url
Last active October 26, 2020 09:12
Up to date offline installer's link
https://fpdownload.adobe.com/pub/flashplayer/pdc/32.0.0.445/install_flash_player.exe
https://fpdownload.adobe.com/pub/flashplayer/pdc/32.0.0.445/install_flash_player_ax.exe
https://fpdownload.adobe.com/pub/flashplayer/pdc/32.0.0.445/install_flash_player_ppapi.exe