Skip to content

Instantly share code, notes, and snippets.

View imralpharvin's full-sized avatar
🙈
On a job search

Ralph Arvin De Castro imralpharvin

🙈
On a job search
View GitHub Profile
@imralpharvin
imralpharvin / phyton.md
Last active September 13, 2020 18:13
Phyton Notes

Python

Use launcher from command line:

py

Quit launcher:

exit()
@imralpharvin
imralpharvin / repositorydirectory.md
Last active September 13, 2020 19:29
Repository Directory

imralpharvin's Repository Directory

Hello! Welcome to my github profile. Please use this gist file to access my repositories. It includes the timeline of the projects I developed and the computer science courses I took at University. Enjoy!

Fall 2020 (current)

  • [Project][Blockchain] Mugshot Sharing System
  • [UoG] Computer Security Foundations
  • [UoG] Human Computer Interaction

Summer 2020

Winter 2020

@imralpharvin
imralpharvin / cmd.md
Last active September 13, 2020 18:14
Cmd commads

Windows cmd commands

terminal:

windows + r, type cmd

To make directory

mkdir
@imralpharvin
imralpharvin / fullstack.md
Last active September 13, 2020 15:01
Full Stack Development

Full stack Development

Client-server

1: Front-end Basics

  • Front end
  • HTML, CSS, Javascript
  • Responsive Web Design

2: Dig Deeper

  • Maps, Fonts, Icons
  • HTML DOM
@imralpharvin
imralpharvin / README-Template.md
Last active September 13, 2020 14:56 — forked from PurpleBooth/README-Template.md
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

@imralpharvin
imralpharvin / git.md
Last active September 13, 2020 19:34
Git commands notes