Skip to content

Instantly share code, notes, and snippets.

View jdgo-mars's full-sized avatar

João Martins jdgo-mars

  • 05:04 (UTC +03:00)
View GitHub Profile
@jdgo-mars
jdgo-mars / index.html
Created November 11, 2020 23:40
ClariProject
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Clarisa Abalasei</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="index.js" defer></script>
<header>
const weekday = {
0: "Sunday",
1: "Monday",
2: "Tuesday",
3: "Wednesday",
4: "Thursday",
5: "Friday",
6: "Saturday",
}

Note to self: Make a script that counts the words on an article and yield avg reading time.

React Primer

A gentle intro do react

syntax = "proto3";
package login;
message Login {
string name = 1;
string url = 2;
string username = 3;
string password = 4;
optional string notes = 5;
}
@jdgo-mars
jdgo-mars / prompting-gudelines.ipynb
Last active April 12, 2024 19:52
Prompt Engineering
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.