Skip to content

Instantly share code, notes, and snippets.

View SaraVieira's full-sized avatar
🤷‍♀️
open sourcy and shit

Sara Vieira SaraVieira

🤷‍♀️
open sourcy and shit
View GitHub Profile
const people = [
{
name: 'Sara',
age: 25
},
{
name: 'Alex',
age: 27
},
{
const people = [
{
name: 'Sara',
age: 25
},
{
name: 'Alex',
age: 27
},
{
@SaraVieira
SaraVieira / forloop.js
Last active October 30, 2017 20:16
for.js
for (i = 0; i < 10; i++) {
console.log(i);
}
for (i = 0; i < 10; i++) {
console.log(i);
}
for (i = 0; i < 10; i++) {
console.log(i);
console.group('One');
for (i = 0; i < 10; i++) {
console.log(i);
}
console.groupEnd('One');
console.group('Two');
for (i = 0; i < 10; i++) {
console.log(i);
}
console.groupCollapsed('One');
for (i = 0; i < 10; i++) {
console.log(i);
}
console.groupEnd('One');
console.groupCollapsed('Two');
for (i = 0; i < 10; i++) {
console.log(i);
}
const sum = (x, y) => {
console.count()
return x + y
}
sum(1,2)
sum(2,89)
console.log('%cAwesome ah ?','color: #bada55; font-weight: bold; font-size: 24px;')
{
"README": {
"preview": "# Awesome Speakers …",
"content": "# Awesome Speakers [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\n\n\n> Awesome speakers in the programming and design communities\n\nHi, I'm Karl and I'd like to help make it more transparent and easy to find speakers for meetups and conferences. Below I've started to compile a list of speakers that I'm aware of and the topics that they have spoken about (in parentheses are future topics of interest to the speaker).\n\nPlease add to the list and help make the community better connected and richer.\n\n# Asia\n\n## India 🇮🇳\n\n### Bangalore\n\n<img src=\"https://avatars3.githubusercontent.com/u/1382793?s=460&v=4\" height=\"70px\" width=\"auto\" align=\"left\" /> \n\nAshrith Kulai \nTopics: PWA, Polymer, Web Components, Web Performance, Build Tools \nhttps://twitter.com/ashrith_kulai \n\n<img src=\"https://i.imgur.com/OXCWwy7.jpg\" height=\"70px\" width=\"auto\" align=\"left\" />\n\nKumar Anirudha \nTopics: Python, Node
@SaraVieira
SaraVieira / gist file.md
Last active December 5, 2023 11:59
The Origin of Furries

In this talk we will be all discussing the origin of the furry fandom. How we will thogheter create a new furry-in-js framework. We will going over how they have changed the current fandom world, our hearts and the js world in 5 very awesome minutes! This talk is to prove a point that stars mean nothing in this case.

https://reactiveconf.com/

// -- hyper-stylesheet-hash:3668d1255e9fc3fde9cd8c87cbdeb358 --
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 12,
// font family with optional fallbacks
fontFamily: 'Menlo, "DejaVu Sans Mono", "Lucida Console", monospace',
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk)
cursorColor: 'rgba(248,28,229,0.75)',