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) |
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.
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 |
| 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 |
| 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; |
| fashion | |
| like4like | |
| friends | |
| smile | |
| instamood | |
| amazing | |
| family | |
| follow4follow | |
| nofilter | |
| style |
| <html><body><h1>It works!</h1></body></html> |