Skip to content

Instantly share code, notes, and snippets.

View hi-hi-ray's full-sized avatar
🌻
Working hard to be a better version of me. ⭐

Raysa Dutra hi-hi-ray

🌻
Working hard to be a better version of me. ⭐
  • Brazil
View GitHub Profile

6 simple techniques for getting 15 sentences of report text


  1. Write down the questions!

    Writing down the questions you're supposed to answer is a great way to increase the sentence count. there are usually 3-4 of them so if you write them down you're almost a third of the way there.

  2. Did you miss a semicolon somewhere?

"Becoming a better programmer is a project for years."

My Plan

Books

@pedroha
pedroha / programing-101.txt
Last active June 5, 2017 03:59
Teaching Programming
Programming 101 - Absolute Beginner
===================================
Programming Logic (Karel the Robot)
http://studio.code.org/s/course3/stage/2/puzzle/1 (blocks. basic)
http://light-bot.com/hocflash.html (block. puzzles)
http://codecombat.com/ (javascript)
Kodable:
@sapamja
sapamja / golang_resouce
Last active January 19, 2018 01:18
GoLang Resouces
Facebook:
https://www.facebook.com/notes/learn-golang/free-go-resources-available-in-internet/781530568600486
Go learning resources available in Internet.
Official GoLang Sites:
Golang: http://golang.org
Golang Blog: https://blog.golang.org/
@endel
endel / getMoonPhase.js
Created March 25, 2015 16:04
Get Moon Phase by Date, written in JavaScript
/*
* modified from http://www.voidware.com/moon_phase.htm
*/
function getMoonPhase(year, month, day)
{
var c = e = jd = b = 0;
if (month < 3) {
year--;
@PurpleBooth
PurpleBooth / README-Template.md
Last active April 6, 2025 13:07
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Here is a non-exhaustive list of books that have influenced how I think about software.