The focus is to make every follower of Christ a reproducing disciple rather than merely a convert.
- Jun 2026
-
brigada.org brigada.org
-
- Mar 2025
-
-
I have adopted a no-GPT approach here because I believe in smaller open source models. I am using the fantastic Mistral 7B Openorca instruct and Zephyr models. These models can be set up locally with Ollama.
for - open source AI
-
for - Indyweb dev - open source AI - text to graph - from - search - image - google - AI that converts text into a visual graph - https://hyp.is/KgvS6PmIEe-MjXf4MH6SEw/www.google.com/search?sca_esv=341cca66a365eff2&sxsrf=AHTn8zoosJtp__9BMEtm0tjBeXg5RsHEYA:1741154769127&q=AI+that+converts+text+into+visual+graph&udm=2&fbs=ABzOT_CWdhQLP1FcmU5B0fn3xuWpA-dk4wpBWOGsoR7DG5zJBjLjqIC1CYKD9D-DQAQS3Z598VAVBnbpHrmLO7c8q4i2ZQ3WKhKg1rxAlIRezVxw9ZI3fNkoov5wiKn-GvUteZdk9svexd1aCPnH__Uc8IUgdpyeAhJShdjgtFBxiTTC_0C5wxBAriPcxIadyznLaqGpGzbn_4WepT8N6bRG3HQLK-jPDg&sa=X&ved=2ahUKEwju5oz8ovKLAxW6WkEAHaSVN98QtKgLegQIEhAB&biw=1920&bih=911&dpr=1 - to - example - open source AI - convert text to graph - https://hyp.is/UpySXvmKEe-l2j8bl-F6jg/rahulnyk.github.io/knowledge_graph/
-
https://rahulnyk.github.io/knowledge_graph/
for - Indyweb dev - text to graph - open source AI - convert text to graph - adjacency - infranodus - to - AI program to convert text into visual graph
Tags
- adjacency - infranodus
- Indyweb dev - open source AI - text to graph
- open source AI - convert text to graph
- from - search - image - google - AI that converts text into a visual graph
- to - example - open source AI - convert text to graph
- to - AI program to convert text into visual graph
- Indyweb dev - text to graph
Annotators
URL
-
-
rahulnyk.github.io rahulnyk.github.io
-
for - Indyweb dev - open source AI - text to graph - open source AI - text to graph - from - article - Medium - How to Convert Any Text Into a Graph of Concepts - https://hyp.is/vu53YvmIEe-DuHvXodWFAA/medium.com/towards-data-science/how-to-convert-any-text-into-a-graph-of-concepts-110844f22a1a
-
- Jan 2025
-
askubuntu.com askubuntu.com
-
convert a pdf to images on the commandline in linux
pdftoppm -tiff -r 300 mypdf.pdf images/pg
-
- Jun 2024
-
www.phpclasses.org www.phpclasses.org
-
-
This package can convert files between different document formats.
-
It provides several classes that can take files from one document format to another document format.
-
Currently, it can convert document files between:
-
Microsoft Excel to PDF
-
HTML to PDF
-
Image to PDF
-
Markdown to PDF
-
PDF to Microsoft Excel
-
PDF to HTML
-
PDF to Image
-
PDF to Markdown
-
PDF to RTF
-
PDF to Text
-
PDF Word
-
RTF to PDF
-
Text to PDF
-
-
- Jul 2022
-
gist.github.com gist.github.com
-
5.11 Convert your principles into algorithms and have the computer make decisions alongside you.
5.11 Convert your principles into algorithms and have the computer make decisions alongside you.
-
- Apr 2022
-
nbconvert.readthedocs.io nbconvert.readthedocs.io
-
jupyter nbconvert --to FORMAT notebook.ipynb
convert jupyter notebook to other format by command
Tags
Annotators
URL
-
- Mar 2021
-
final-form.org final-form.org
-
The reason Final Form does this is so that pristine will be true if you start with an uninitialized form field (i.e. value === undefined), type into it (pristine is now false), and then empty the form field. In this case, pristine should return to true, but the value that the HTML DOM gives for that input is ''. If Final Form did not treat '' and undefined as the same, any field that was ever typed in would forever be dirty, no matter what the user did.
-
- Mar 2020
-
macappstore.org macappstore.org
-
Install KindleGen on Mac OSX
Install kindlegen, which converts rmarkdown files to mobi
Tags
Annotators
URL
-
- Oct 2019
-
stackoverflow.com stackoverflow.com
-
There are many strings which I need to convert if not undefined. I could do as follows: { date1: date1 ? formatISODate(date1) : undefined, date2: date2 ? formatISODate(date2) : undefined ...
-
- Aug 2019
-
stackoverflow.com stackoverflow.com
-
const list = [].concat(x);
-