Skip to content
View wenuam's full-sized avatar

Block or report wenuam

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
wenuam/README.md

wenuam

Meaningful development studio with a mindset.

Software architecture, project management, embedded system.

  • Home

https://github.com/wenuam

Also home of wm_app, the Cloud Application Repository.

Repositories

The naming convention is from general to specific :

wm_key_path__Name

  • wm : wenuam's compact form
  • key : bi/tri-grams for the section (see Keys section below)
  • path : repository path or subsection (may be like key)
  • __Name : actual content (specific implementation, ...)

Some repositories may be used in another ones as submodule, using only their Name with no prefix.

Keys

Repository keys are as follow (non exhaustive) :

Lower case to prevent disparity/conflict. When in UPPER CASE it signifies a GROUP.

key Explanation
app Applications, portable or not
cer Certificat
cnv Converter
com Communication (bus, protocol)
dat Data
db Database
dev Development tools and libraries
doc Documentation
ed Editor
emu Emulation
gen Generator
img Image (format, viewer, editor)
key Keyboard (layout, mapping)
lng Languages (programming, natural)
map Mapping
net Network (protocol, stack)
os Operating system
pcb Electronic and related
prj Project (files, methodology)
scm Source Code Management
snd Sound (format, player, editor)
sys System
txt Text
ui User interface (graphic, text)
utl Utility
vid Video (format, player, editor)
web Internet (format, browser)
Flowchart of available repositories (click to expand)
%%{init: {'theme': 'forest'}}%%
flowchart LR
	subgraph wm[wm]
		direction LR
		wm_app[app]
		subgraph wm_app[app]
			direction LR
			subgraph wm_app_db[db]
				direction LR
				subgraph wm_app_db_sql[sql]
					direction LR
					wm_app_db_sql__PostgreSQL[PostgreSQL]
				end
			end
			subgraph wm_app_dev[dev]
				direction LR
				subgraph wm_app_dev_lng[lng]
					direction LR
					subgraph wm_app_dev_lng_jar[jar]
						direction LR
						wm_app_dev_lng_jar__jdk[jdk]
					end
					subgraph wm_app_dev_lng_pi[pi]
						direction LR
						wm_app_dev_lng_pi__Picat[Picat]
					end
					wm_app_dev_lng_python[python]
				end
			end
			subgraph wm_app_doc[doc]
				direction LR
				subgraph wm_app_doc_pdf[pdf]
					direction LR
					subgraph wm_app_doc_pdf_cnv[cnv]
						direction LR
						wm_app_doc_pdf_cnv__Ghostscript[Ghostscript]
					end
				end
				subgraph wm_app_doc_gen[gen]
					direction LR
					wm_app_doc_gen_latex[latex]
				end
				subgraph wm_app_doc_wiki[wiki]
					direction LR
					subgraph wm_app_doc_wiki_tiddly[tiddly]
						direction LR
						wm_app_doc_wiki_tiddly__bob[bob]
					end
				end
			end
			subgraph wm_app_img[img]
				direction LR
				subgraph wm_app_img_2d[2d]
					direction LR
					subgraph wm_app_img_2d_gen[gen]
						direction LR
						wm_app_img_2d_gen__ImageMagick[ImageMagick]
					end
				end
			end
			subgraph wm_app_sys[sys]
				direction LR
				subgraph wm_app_sys_win[win]
					direction LR
					wm_app_sys_win__SysinternalsSuite[SysinternalsSuite]
				end
			end
		end
		subgraph wm_dev[dev]
			direction LR
			subgraph wm_dev_lng[lng]
				direction LR
				subgraph wm_dev_lng_c[c]
					direction LR
					wm_dev_lng_c_includes[includes]
				end
				wm_dev_lng_fori[fori]
			end
			subgraph wm_dev_scm[scm]
				direction LR
				subgraph wm_dev_scm_git[git]
					direction LR
					wm_dev_scm_git_helpers[helpers]
				end
			end
		end
		subgraph wm_key[key]
			direction LR
			subgraph wm_key_map[map]
				direction LR
				wm_key_map_cfilorux[cfilorux]
			end
		end
	end

	click wm "https://github.com/wenuam" _blank

	click wm_app "https://github.com/wenuam/wm_app" _blank
	click wm_app_db "https://github.com/wenuam/wm_app_db" _blank
		click wm_app_db_sql "https://github.com/wenuam/wm_app_db_sql" _blank
			click wm_app_db_sql__PostgreSQL "https://github.com/wenuam/wm_app_db_sql__PostgreSQL" _blank
	click wm_app_dev "https://github.com/wenuam/wm_app_dev" _blank
		click wm_app_dev_lng "https://github.com/wenuam/wm_app_dev_lng" _blank
			click wm_app_dev_lng_jar "https://github.com/wenuam/wm_app_dev_lng_jar" _blank
				click wm_app_dev_lng_jar__jdk "https://github.com/wenuam/wm_app_dev_lng_jar__jdk" _blank
			click wm_app_dev_lng_pi "https://github.com/wenuam/wm_app_dev_lng_pi" _blank
				click wm_app_dev_lng_pi__Picat "https://github.com/wenuam/wm_app_dev_lng_pi__Picat" _blank
			click wm_app_dev_lng_python "https://github.com/wenuam/wm_app_dev_lng_python" _blank
	click wm_app_doc "https://github.com/wenuam/wm_app_doc" _blank
		click wm_app_doc_pdf "https://github.com/wenuam/wm_app_doc_pdf" _blank
			click wm_app_doc_pdf_cnv "https://github.com/wenuam/wm_app_doc_pdf_cnv" _blank
				click wm_app_doc_pdf_cnv__Ghostscript "https://github.com/wenuam/wm_app_doc_pdf_cnv__Ghostscript" _blank
		click wm_app_doc_gen "https://github.com/wenuam/wm_app_doc_gen" _blank
			click wm_app_doc_gen_latex "https://github.com/wenuam/wm_app_doc_gen_latex" _blank
		click wm_app_doc_wiki "https://github.com/wenuam/wm_app_doc_wiki" _blank
			click wm_app_doc_wiki_tiddly "https://github.com/wenuam/wm_app_doc_wiki_tiddly" _blank
				click wm_app_doc_wiki_tiddly__bob "https://github.com/wenuam/wm_app_doc_wiki_tiddly__bob" _blank
	click wm_app_img "https://github.com/wenuam/wm_app_img" _blank
		click wm_app_img_2d "https://github.com/wenuam/wm_app_img_2d" _blank
			click wm_app_img_2d_gen "https://github.com/wenuam/wm_app_img_2d_gen" _blank
				click wm_app_img_2d_gen__ImageMagick "https://github.com/wenuam/wm_app_img_2d_gen__ImageMagick" _blank
	click wm_app_sys "https://github.com/wenuam/wm_app_sys" _blank
		click wm_app_sys_win "https://github.com/wenuam/wm_app_sys_win" _blank
			click wm_app_sys_win__SysinternalsSuite "https://github.com/wenuam/wm_app_sys_win__SysinternalsSuite" _blank

	click wm_dev "https://github.com/wenuam/wm_dev" _blank
	click wm_dev_lng "https://github.com/wenuam/wm_dev_lng" _blank
		click wm_dev_lng_c "https://github.com/wenuam/wm_dev_lng_c" _blank
			click wm_dev_lng_c_includes "https://github.com/wenuam/wm_dev_lng_c_includes" _blank
		click wm_dev_lng_fori "https://github.com/wenuam/wm_dev_lng_fori" _blank
	click wm_dev_scm "https://github.com/wenuam/wm_dev_scm" _blank
		click wm_dev_scm_git "https://github.com/wenuam/wm_dev_scm_git" _blank
			click wm_dev_scm_git_helpers "https://github.com/wenuam/wm_dev_scm_git_helpers" _blank

	click wm_key "https://github.com/wenuam/wm_key" _blank
	click wm_key_map "https://github.com/wenuam/wm_key_map" _blank
		click wm_key_map_cfilorux "https://github.com/wenuam/wm_key_map_cfilorux" _blank

	classDef lvl0 fill:#fc9,stroke:#da7;
	classDef lvl1 fill:#eb8,stroke:#c96;
	classDef lvl2 fill:#da7,stroke:#b85;
	classDef lvl3 fill:#c96,stroke:#a74;
	classDef lvl4 fill:#b85,stroke:#963;
	classDef lvl5 fill:#a74,stroke:#852;

%%	style wm fill:#f66
	class wm lvl0;

	class wm_app lvl1

	class wm_app_db lvl2
	class wm_app_db_sql lvl3
	class wm_app_db_sql__PostgreSQL lvl4

	class wm_app_dev lvl2
	class wm_app_dev_lng lvl3
	class wm_app_dev_lng_jar lvl4
	class wm_app_dev_lng_jar__jdk lvl5
	class wm_app_dev_lng_pi lvl4
	class wm_app_dev_lng_pi__Picat lvl5
	class wm_app_dev_lng_python lvl4

	class wm_app_doc lvl2
	class wm_app_doc_pdf lvl3
	class wm_app_doc_pdf_cnv lvl4
	class wm_app_doc_pdf_cnv__Ghostscript lvl5
	class wm_app_doc_gen lvl3
	class wm_app_doc_gen_latex lvl4
	class wm_app_doc_wiki lvl3
	class wm_app_doc_wiki_tiddly lvl4
	class wm_app_doc_wiki_tiddly__bob lvl5

	class wm_app_img lvl2
	class wm_app_img_2d lvl3
	class wm_app_img_2d_gen lvl4
	class wm_app_img_2d_gen__ImageMagick lvl5

	class wm_app_sys lvl2
	class wm_app_sys_win lvl3
	class wm_app_sys_win__SysinternalsSuite lvl4

	class wm_dev lvl1
	class wm_dev_lng lvl2
	class wm_dev_lng_c lvl3
	class wm_dev_lng_c_includes lvl4
	class wm_dev_lng_fori lvl3

	class wm_dev_scm lvl2
	class wm_dev_scm_git lvl3
	class wm_dev_scm_git_helpers lvl4

	class wm_key lvl1
	class wm_key_map lvl2
	class wm_key_map_cfilorux lvl3
Loading

Popular repositories Loading

  1. wm_key_map_cfilorux wm_key_map_cfilorux Public

    Culturally neutral alphabetical keyboard layout

    PureBasic 1

  2. wm_doc_latex_template wm_doc_latex_template Public

    LaTeX templates to generate PDF files

  3. wm_app_doc_gen_latex wm_app_doc_gen_latex Public

    LaTeX executables and templates to generate PDF files

    C

  4. wm_app_dev_lng_python wm_app_dev_lng_python Public

    Python 3.10+ repository to serve as a self contained "virtual env"

    Python

  5. wm_dev_scm_git_helpers wm_dev_scm_git_helpers Public

    Some helper scripts and tips

    Batchfile

  6. wm_dev_lng_c_includes wm_dev_lng_c_includes Public

    C language tools

    C