Showing: 38 RESULTS
Code

๐Ÿ–ฅ๏ธ Base64 Encoding

T# Understanding Base64 Encoding In the digital world, we often come across different types of codes that help us communicate information securely. One such code is called Base64 encoding. In this article, we will explain what Base64 encoding is and how it works in a way that is easy to understand. What is Base64 Encoding? …

AGI

๐Ÿค– Artificial General Intelligence

A brief story of LLama The LLaMA base model was released in February 2023 and has since seen a number of new fine-tuned models released. We will compare the LLaMA base model to the Alpaca, Vicuna, Koala-distill, GPT4-x-Alpaca, and WizardLM models. Model size: The LLaMA base model comes in four sizes: 7B, 13B, 33B, and …

Data Database

๐Ÿ“ฆ What is MarkLogic Server ?

MarkLogic is a database that served to retrieve different types and heterogenous data. The data representations that MarkLogic uses are text, binary, JSON and XML. MarkLogic Speed Terabytes of data can be stored in a MarkLogic Database. According to the documentation found here, MarkLogic is able to deliver data are sub-second response time. Studies show …

Code Markdown

๐Ÿ–ฅ๏ธ Markdown

SmartyPants SmartyPants converts ASCII punctuation characters into “smart” typographic punctuation HTML entities. For example: ASCII HTML Single backticks ‘Isn’t this fun?’ ‘Isn’t this fun?’ Quotes “Isn’t this fun?” “Isn’t this fun?” Dashes — is en-dash, — is em-dash — is en-dash, — is em-dash KaTeX You can render LaTeX mathematical expressions using KaTeX: The Gamma …

C++ Code

๐Ÿ–ฅ๏ธ C++ Dev Tools Setup

Hey there, fellow coder! Want to hear a joke before we get started with this C++ dev tools setup tutorial ? If you have not done it yet, you can read our article on how to setup your C++ dev environment we used. Why did the programmer quit his job? Because he didn’t get arrays! …