Skip to content

Instantly share code, notes, and snippets.

View theskcd's full-sized avatar
:electron:
Making AI code

theskcd

:electron:
Making AI code
View GitHub Profile

Input context:

<code_to_edit_selection>

import React, { useState, useEffect } from 'react';
import { Link, useNavigate } from 'react-router-dom';
import { format, startOfMonth, endOfMonth, parseISO, isWithinInterval, addMonths, isValid } from 'date-fns';
import { ar } from 'date-fns/locale';
import { 
  Plus, 
@theskcd
theskcd / linux_fun.md
Created February 17, 2018 09:12 — forked from marianposaceanu/linux_fun.md
How to have some fun using the terminal.

Linux fun-o-matic

How to have some fun using the terminal.

  1. Install cowsay [0] via : sudo apt-get install cowsay
  2. Install fortune [1] via : sudo apt-get install fortune
  3. Make sure you have Ruby installed via : ruby -v
  4. Install the lolcat [2] via : gem gem install lolcat
  5. Profit!