Skip to content

Instantly share code, notes, and snippets.

View skryshtafovych's full-sized avatar
🎯
Focusing

Stepan skryshtafovych

🎯
Focusing
View GitHub Profile

🧠 SK's Deep Operational Manual

Core Logic & Neurodivergent Operating System

This section outlines the neurological and psychological framework that drives my interactions and productivity. Understanding this is key to collaboration.

| Area | Description & Underlying Driver (Assumptions) |

Gist markdown examples

A collection of Markdown code and tricks that were tested to work in Gist.

This and all public gists in https://gist.github.com/ww9 are Public Domain. Do whatever you want with it including , no need to credit me.

Todo

  • Reformat this whole document and assimilate these:
@skryshtafovych
skryshtafovych / _deobfuscating-unminifying-obfuscated-web-app-code.md
Created September 7, 2025 06:42 — forked from 0xdevalias/_deobfuscating-unminifying-obfuscated-web-app-code.md
Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code
M115 U3.1.3-RC1 ; tell printer latest fw version
M201 X1000 Y1000 Z200 E5000 ; sets maximum accelerations, mm/sec^2
M203 X200 Y200 Z12 E120 ; sets maximum feedrates, mm/sec
M204 S1250 T1250 ; sets acceleration (S) and retract acceleration (T)
M205 X10 Y10 Z0.4 E2.5 ; sets the jerk limits, mm/sec
M205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec
M83 ; extruder relative mode
M104 S[first_layer_temperature] ; set extruder temp
M140 S[first_layer_bed_temperature] ; set bed temp
M190 S[first_layer_bed_temperature] ; wait for bed temp
@skryshtafovych
skryshtafovych / Start Gcode
Created October 6, 2022 22:09
Gcode Start
M115 U3.1.3-RC1 ; tell printer latest fw version
M201 X1000 Y1000 Z200 E5000 ; sets maximum accelerations, mm/sec^2
M203 X200 Y200 Z12 E120 ; sets maximum feedrates, mm/sec
M204 S1250 T1250 ; sets acceleration (S) and retract acceleration (T)
M205 X10 Y10 Z0.4 E2.5 ; sets the jerk limits, mm/sec
M205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec
M83 ; extruder relative mode
M104 S[first_layer_temperature] ; set extruder temp
M140 S[first_layer_bed_temperature] ; set bed temp
M190 S[first_layer_bed_temperature] ; wait for bed temp
@skryshtafovych
skryshtafovych / 3D-Printer-Gcode
Created April 16, 2022 02:46
Gcode Startup to overide firmware
Start G-Code
M115 U3.1.3-RC1 ; tell printer latest fw version
M201 X1000 Y1000 Z200 E5000 ; sets maximum accelerations, mm/sec^2
M203 X200 Y200 Z12 E120 ; sets maximum feedrates, mm/sec
M204 S1250 T1250 ; sets acceleration (S) and retract acceleration (T)
M205 X10 Y10 Z0.4 E2.5 ; sets the jerk limits, mm/sec
M205 S0 T0 ; sets the minimum extruding and travel feed rate, mm/sec
M83 ; extruder relative mode
M104 S[first_layer_temperature] ; set extruder temp
public class TabFragmentSwitcher extends Fragment {
public static final String TAG = "EnterSecondChance";
TabLayout secondChanceMainTabs;
TabLayout.Tab ScanTab;
TabLayout.Tab ManualTab;
private final static int REQUEST_CAMERA = 99;
SharedPreferences sharedPreferences;
private List<Fragment> activeCenterFragments = new ArrayList<Fragment>();
private FragmentTransaction fragmentTransaction;
@skryshtafovych
skryshtafovych / tmux-cheatsheet.markdown
Created August 14, 2019 07:38 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
fashion
like4like
friends
smile
instamood
amazing
family
follow4follow
nofilter
style
<html><body><h1>It works!</h1></body></html>