Skip to content

Instantly share code, notes, and snippets.

View nmanumr's full-sized avatar

Nauman Umer nmanumr

View GitHub Profile
@nmanumr
nmanumr / threecubes.md
Last active August 20, 2020 14:57
solutions of x^3 + y^3 + z^3 = n where n < 100
n x y z
0 0 0 0
1 0 0 1
2 0 1 1
3 1 1 1
6 -1 -1 2
7 0 -1 2
8 0 0 2
9 0 1 2
@nmanumr
nmanumr / Scrapper.js
Last active March 24, 2019 10:47
COMSATS CourseWare Course Inbrowser Scrapper
/**
* Comsats CourseWare Inbrowser Scrapper
*
* @license
* Copyright (c) 2018 Nauman Umer
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell