Tag: Tech
Strategy pattern intent
#tech/architecture #tech/programming #design-patterns Strategy pattern intent Strategy is a behavioral design pattern that lets you define a family of algorithms, put each of them into a separate class, and make their objects interchangeable....
Strategy pseudocode
#tech/architecture #tech/programming #design-patterns Strategy pseudocode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 // The strategy interface declares operations common to all // supported versions of some algorithm....
Strategy pseudocode
#tech/architecture #tech/programming #design-patterns Strategy pseudocode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 // The strategy interface declares operations common to all // supported versions of some algorithm....
temporary function mode in linux
temporary function mode in linux #tech/bash #tech/hardware 1 echo 0 | sudo tee /sys/module/hid_apple/parameters/fnmode References author [[Mike Shade]]...
temporary function mode in linux
temporary function mode in linux #tech/bash #tech/hardware 1 echo 0 | sudo tee /sys/module/hid_apple/parameters/fnmode References author [[Mike Shade]]...
Turn on & off Bluetooth from shell not from applet
#tech/hardware Turn on & off Bluetooth from shell not from applet Extracts how to reset bluethooth in command line ubuntu References source https://askubuntu....
way to create graph vizualization
#tech/graph way to create graph vizualization it is a way to analize and create vizualization of graphs References position resume of Network of The Witcher - Relationship Extraction & Network Analysis with Spacy & NetworkX...
xdg-open to open any file in ubuntu
#tech/bash #os/linux xdg-open to open any file in ubuntu 1 xdg-open weles\ a\ peo.jpg References author jokerdino...
🌱Sobre este knowledge-base
Sobre este knowledge-base Este knowledge base tiene el objetivo de acumular informacion relacionada a los conocimientos propios de Christian Camacho. La mayoria de la informacion que va encontrar en este obsidian vault es informacion sobre #tech #programming y cosas que me encuentro en el dia a dia, como:...