Skip to content

Instantly share code, notes, and snippets.

View bmann's full-sized avatar

Boris Mann bmann

View GitHub Profile
@rmrfslashbin
rmrfslashbin / MediaWiki_on_Heroku.md
Last active August 16, 2022 06:26
Deploying and updating MediaWiki on Heroku.

Deploying and Updating MediaWiki on Heroku

This is a very rough guide to deploying and updating MediaWiki on Heroku. Lots of assumptions are made. Be sure to keep your MediaWiki deployment up-to-date!

Assumptions

  • A GitHub account.
  • A Heroku account.
  • A configured app on Heroku.
  • A MySQL (or compatible database. This guide assumes the use of Cleardb Heroku add-on).
  • Optional add-on: Hosted Graphite.
  • Optional add-on: Papertrail.
@gootee
gootee / availableToHelp
Created March 14, 2019 00:34
Want to work with a team!
I currently have availability to help teams/companies writing software with JavaScript.
What I'm looking for
- Contract, freelance or volunteer opportunities
- Junior developer position working with mentors
- Vancouver, BC area (near Skytrain) or remote
What I can offer
- 20 years of full-stack development experience building desktop apps
- Currently developing front-end of my own app (JS, React/Redux, Bootstrap) (9 months)
@SohamG
SohamG / fonts.conf
Last active October 3, 2024 18:30
Fix emoji in Linux and get color emoji in Discord! Place this fontconfig file in ~/.config/fontconfig/fonts.conf
<?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- REQUIRES Noto fonts (along with Noto Color Emoji)
run `fc-list | grep -i -e "noto sans" -e "noto serif" -e "noto color emoji"` to confirm
-->
<!-- Change the string in the family tag to whatever font -->
<family>serif</family>
<prefer><family>Noto Serif</family></prefer>
</alias>

[0.72.2]

  • Initial version