New pages
From Freephile Wiki
28 February 2025
- 17:0817:08, 28 February 2025 GIS (hist | edit) [1,801 bytes] Admin (talk | contribs) (Created page with "Geographic information system (GIS) software is a discipline unto itself. Your local environmental engineer, town planning department, regional land use planning agency, or conservation commission may use one system in particular, but there are ''many''. The ArcGIS system by ESRI is one of the most widely used. And actually, everyone uses GIS systems whether they realize it or not. If you've ever used Google Maps, or navigati...") Tag: Visual edit
27 February 2025
- 17:0217:02, 27 February 2025 Markdown (hist | edit) [194 bytes] Admin (talk | contribs) (Created page with "{{#embed:https://github.com/ProfessionalWiki/ExternalContent/blob/master/README.md|render}}")
26 February 2025
- 13:2513:25, 26 February 2025 OsmAnd (hist | edit) [1,566 bytes] Admin (talk | contribs) (Created page with "Offline maps and navigation == User Guide == https://osmand.net/docs/user/") Tag: Visual edit
- 13:2113:21, 26 February 2025 Using OpenStreetMaps to design a Disc Golf Course (hist | edit) [12,862 bytes] Admin (talk | contribs) (Created page with "[https://blog.mapbox.com/mapping-a-golf-course-4f5bc88ca59b This short guide] was published on Medium and YouTube by Mapbox. It doesn't seem useful except as a quick overview. Frustratingly, the OsmAnd app limits you to 10 downloads (of maps and updates) so you either need to use the F-droid FOSS version, or use a work-around where you can [https://download.osmand.net/list.php download map indexes] to your PC and transfer them manually to your phone. == Disc Golf Co...") Tag: Visual edit: Switched
- 09:1609:16, 26 February 2025 Disc golf/course design (hist | edit) [4,307 bytes] Admin (talk | contribs) (early draft) Tag: Visual edit
25 February 2025
- 11:5911:59, 25 February 2025 VSCode (hist | edit) [1,623 bytes] Admin (talk | contribs) (Created page with "There are bits and pieces throughout relating to VSCode, so this article with try to organize and coalesce things. == Intellisense == Intelligent wp:code completion, a form of autocomplete, is widely refered to as 'Intellisense'. Although 'built-in' to IDEs like VSCode, you still need to either add extensions to make it work for your particular language and environment. [https://intelephense.com/ IntelePHense] is only $25 for a perpetual l...")
18 February 2025
- 15:5015:50, 18 February 2025 Chocolatey (hist | edit) [584 bytes] Admin (talk | contribs) (Created page with "Chocolately is the package manager for Windows. It works like any other package manager that you're familiar with: apt, yum, dnf etc<ref>https://chocolatey.org/how-chocolatey-works</ref>. And, there's an Ansible Collection for Chocolatey<ref>https://docs.ansible.com/ansible/latest/collections/chocolatey/chocolatey/win_chocolatey_module.html</ref> it meaning that you can script your automation playbooks just like any other package manager depending on the target platform...") Tag: Visual edit
14 February 2025
- 15:5015:50, 14 February 2025 Test doubles (hist | edit) [9,835 bytes] Admin (talk | contribs) (Created page with " A '''wp:Test double''' is any object that stands in for a real dependency in automated testing. Usually in PHPUnit, we make test doubles for other classes, but you can also double PHP native functions or closures. There are 5 types of Test doubles <ul> <li> Dummy - "A dummy argument" - used as a placeholder when an argument needs to be passed in. <li> Stub - Provides fake or 'canned' data to the System Under Test (<abbr title="System Under Test is the class tha...") Tag: Visual edit: Switched
13 February 2025
- 15:3715:37, 13 February 2025 Launch.json (hist | edit) [2,359 bytes] Admin (talk | contribs) (Created page with "Save or edit <code>.vscode/launch.json</code> in your workspace directory. Read more about [https://code.visualstudio.com/docs/editor/debugging Debugging with VSCode] in the official documentation; including all the info about launch.json. === General Launch.json for PHP === This sample provides 4 launch options: # Listening for Xdebug connections # Launching the currently open script # Launching a built-in web server # Debugging PHPUnit tests with a specific filter f...")
- 13:2413:24, 13 February 2025 PHPUnit/VSCode (hist | edit) [1,305 bytes] Admin (talk | contribs) (Created page with "This project looks very interesting. I need to check it out. https://github.com/elonmallin/vscode-phpunit Category:Wiki Category:MediaWiki Category:Development Category:QA Category:Testing Category:Static Analysis Category:Tools Category:Continuous Integration")
10 February 2025
- 18:2318:23, 10 February 2025 Debug Semantic MediaWiki in Docker using VSCode and XDebug (hist | edit) [1,954 bytes] Admin (talk | contribs) (itial draft) Tag: Visual edit originally created as "Debugging Semantic MediaWiki in a Docker container using VSCode with PHPDebug"
- 15:3515:35, 10 February 2025 PHPUnit/using PHPUnit (hist | edit) [6,556 bytes] Admin (talk | contribs) (Created page with "== in a Docker Container == After you clone the code for SemanticMediaWiki and initialize the build submodule, you should be able to use '''make''' for various activities. <code>make bash</code> puts you into a bash shell as root in the wiki container Change to the SMW directory if instead you are at the document root of <tt>/var/www/html</tt><br> <code> cd extensions/SemanticMediaWiki</code><br> <pre> root@2421517631d1:/var/www/html/extensions/SemanticMediaWiki# </pre...")
4 February 2025
- 12:5712:57, 4 February 2025 Terraform (hist | edit) [1,737 bytes] Admin (talk | contribs) (Created page with "Terraform <blockquote>Terraform is an infrastructure-as-code software tool created by HashiCorp. Users define and provide data center infrastructure using a declarative configuration language known as HashiCorp Configuration Language (HCL), or optionally JSON.</blockquote> Although Terraform is the dominant leader in the space (citation needed), there has been some general community forming behind the [https://opentofu.org/ OpenTofu] project...")
31 January 2025
- 19:1619:16, 31 January 2025 MediaWiki/contributing (hist | edit) [5,279 bytes] Admin (talk | contribs) (Created page with "<syntaxhighlight lang="bash"> # make sure you have git-review (https://docs.opendev.org/opendev/git-review/latest/) installed sudo apt-get install git-review # clone MediaWiki into your working directory cd ~/src git clone https://gerrit.wikimedia.org/r/mediawiki/core.git mediawiki cd mediawiki/ # After cloning a repository, you need to set it up for using git-review git review -s # Use the commit message template that is found in the MediaWiki sources git config comm...")
- 08:4708:47, 31 January 2025 Marketing/eQuality-Technology (hist | edit) [1,245 bytes] Admin (talk | contribs) (extracted from the Marketing page) Tag: Visual edit
30 January 2025
- 16:4016:40, 30 January 2025 JavaScript/hacks (hist | edit) [2,608 bytes] Admin (talk | contribs) (Created page with "A collection of little JavaScript hacks. == Pull headings out of a page == <syntaxhighlight lang="javascript">Array.from(document.getElementsByTagName("h1")).forEach(function (item) { console.log(item.textContent); });</syntaxhighlight>Using the browser's developer console, you can pop this one-liner in to see the list of '''headings''' in your web page. * <code>document.getElementsByTagName("h1")</code> returns an [https://developer.mozilla.org/en-US/docs/Web/API/HTML...") Tag: Visual edit
23 January 2025
- 21:5721:57, 23 January 2025 RELEASE NOTES (hist | edit) [7,199 bytes] Admin (talk | contribs) (Created page with "You've studied the Git/hacks and built a ton of features, fixes, and updates to your codebase in a sprint worthy of Hussein Bolt. Now it's time to create some release notes - which in the tradition of open source is stored in the RELEASE_NOTES file of your project. Since your team follows the best practices of writing good commit comments and also creating appropriate branches and pull requests, then it's a simple matter of letting ```git``` tell you what's in the r...") Tag: Visual edit
- 17:0217:02, 23 January 2025 Principal component analysis (hist | edit) [583 bytes] Admin (talk | contribs) (Created page with "wikipedia:Principal component analysis has applications in many fields such as population genetics, microbiome studies, and atmospheric science. It is a methodology to take a wide range of data and reduce it to be able to describe or visualize the data more easily without losing too much accuracy. This video explains it {{Video|url=https://www.youtube.com/watch?v=FD4DeN81ODY}} Category:Database Category:Analysis Category:Math") Tag: Visual edit
22 January 2025
- 14:5714:57, 22 January 2025 M (hist | edit) [4,633 bytes] Admin (talk | contribs) (initial draft) Tag: Visual edit
16 January 2025
- 17:1917:19, 16 January 2025 Meza (hist | edit) [276 bytes] Admin (talk | contribs) (Created page with "Meza is '''MediaWiki EZ Administration''' See our fork at https://github.com/freephile/meza Category:Meza Category:MediaWiki Category:Ansible Category:DevOps Category:Automation") Tag: Visual edit
- 16:5016:50, 16 January 2025 ListExtensionRepos.sh (hist | edit) [3,560 bytes] Admin (talk | contribs) (Created page with "This script is a handy tool to see which of the directories in your MediaWiki instance '''extensions''' directory are themselves a git checkout. For development, you would need them to be, in order to track changes and know what you were dealing with. (The script works on any collection of directories having .git repositories. It could list repos in <code>~/src</code>) == Instructions == # Copy and save this content as '''listExtensionRepos.sh''' anywhere on you...") Tag: Visual edit
14 January 2025
- 10:1910:19, 14 January 2025 Docker Desktop (hist | edit) [9,079 bytes] Admin (talk | contribs) (Created page with "(Intro needed about Docker Desktop) == Docker Desktop not working on Ubuntu 24.04 == Docker Desktop apparently has a problem running on Ubuntu 24.04 (and Kubuntu 24.04) You can tell because when you launch Docker Desktop, nothing happens (the dockerd daemon does not start, and the GUI does not appear). You can also tell because if you try to do anything from the command line (e.g. <code>docker run hello-world</code>), or otherwise involve Docker, you will get the...") Tag: Visual edit: Switched
10 January 2025
- 18:3318:33, 10 January 2025 PHPUnit (hist | edit) [5,423 bytes] Admin (talk | contribs) (draft) Tag: Visual edit
2 January 2025
- 19:5019:50, 2 January 2025 Mediawiki 1.43 (hist | edit) [3,752 bytes] Greg Rundlett (talk | contribs) (initial draft) Tag: Visual edit
17 December 2024
- 23:1223:12, 17 December 2024 Kibana (hist | edit) [2,139 bytes] Admin (talk | contribs) (Created page with " To use Kibana with MediaWiki CirrusSearch, you need to configure your MediaWiki installation to send search data to an Elasticsearch cluster (which is what CirrusSearch uses), and then access that data through Kibana by setting up a connection to the Elasticsearch instance, allowing you to visualize and analyze your MediaWiki search queries and results within Kibana's interface. == Key steps involved == * '''Install CirrusSearch extension on MediaWiki:''' ** Download...") Tag: Visual edit: Switched