All Projects → surfer190 → fixes

surfer190 / fixes

Licence: other
Random development problems and solutions

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to fixes

FortranTip
Short instructional Fortran codes associated with Twitter @FortranTip
Stars: ✭ 39 (+2.63%)
Mutual labels:  snippets, tutorials
goodcode
A curated collection of annotated code examples from prominent open-source projects
Stars: ✭ 184 (+384.21%)
Mutual labels:  snippets, tutorials
demos
Demonstrative scripts
Stars: ✭ 37 (-2.63%)
Mutual labels:  snippets, tutorials
tricks
Tipps und Tricks rund um REDAXO 5
Stars: ✭ 96 (+152.63%)
Mutual labels:  snippets, tutorials
Sketchup Ruby Api Tutorials
SketchUp Ruby API Tutorials and Examples
Stars: ✭ 105 (+176.32%)
Mutual labels:  snippets, tutorials
PyCBC-Tutorials
Learn how to use PyCBC to analyze gravitational-wave data and do parameter inference.
Stars: ✭ 91 (+139.47%)
Mutual labels:  tutorials
snippets
My code snippets
Stars: ✭ 29 (-23.68%)
Mutual labels:  snippets
CSharpMethodsCodeSnippets
Code snippets for C# methods.
Stars: ✭ 44 (+15.79%)
Mutual labels:  snippets
duck
Create command snippets for repetitive development task. Share them to an online repository system (self hosted options available).
Stars: ✭ 40 (+5.26%)
Mutual labels:  snippets
tutorials
Additional Resources For Securing The Stack Tutorials
Stars: ✭ 36 (-5.26%)
Mutual labels:  tutorials
tutorials
Ably Tutorials in multiple languages
Stars: ✭ 35 (-7.89%)
Mutual labels:  tutorials
Tutorials
Repository for my YouTube tutorials + code snippets
Stars: ✭ 224 (+489.47%)
Mutual labels:  snippets
atom-standardjs-snippets
⚡ A collection of JavaScript snippets for Atom, Standard Style
Stars: ✭ 47 (+23.68%)
Mutual labels:  snippets
GeoStatsTutorials
GeoStats.jl tutorials
Stars: ✭ 49 (+28.95%)
Mutual labels:  tutorials
testcafe-snippets
Code snippets for TestCafe
Stars: ✭ 54 (+42.11%)
Mutual labels:  snippets
VSCode-LaTeX-Inkscape
✍️ A way to integrate LaTeX, VS Code, and Inkscape in macOS
Stars: ✭ 62 (+63.16%)
Mutual labels:  snippets
Blog-React-Hook-Tutorial
This is a beginner tutorial for react hooks I have written in dev.to and Medium
Stars: ✭ 21 (-44.74%)
Mutual labels:  tutorials
klue-transformers-tutorial
KLUE 데이터를 활용한 HuggingFace Transformers 튜토리얼
Stars: ✭ 107 (+181.58%)
Mutual labels:  tutorials
DataScienceTutorials.jl
A set of tutorials to show how to use Julia for data science (DataFrames, MLJ, ...)
Stars: ✭ 94 (+147.37%)
Mutual labels:  tutorials
docs
Source for Storj DCS docs
Stars: ✭ 63 (+65.79%)
Mutual labels:  tutorials

Fixes

Mostly Technology related summaries, fixes, solutions and notes

fixes.co.za

  • Common problems and solutions, fixes, notes and tips gathered while trying to solve problems
  • fixes are displayed as technical documentation using mkdocs and mkdocs-material
  • Some interpretations and summaries of tech related documentation and books

Where to view Fixes

The collection of fixes can be viewed with your web browser at: http://fixes.co.za

Getting Started

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
mkdocs serve

Create / Update the index page

When making an update make sure to run:

python3 update_index.py

This updates the index page.

Install a pre-commit hook

Install a pre-commit hook:

sudo vim ./fixes/.git/hooks/pre-commit

and write:

#!/bin/sh
source ./env/bin/activate && python update_index.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].