Skip to content

Instantly share code, notes, and snippets.

View Lucas-Masaba's full-sized avatar
🏠
Working from home

Khusiima Luke Masaba Lucas-Masaba

🏠
Working from home
View GitHub Profile
@KrazyCanucks
KrazyCanucks / README.md
Last active June 16, 2025 17:48 — forked from EdinUser/README.md
Bash script to update Debian-based Linux - APT, SNAP and FLATPAK

Updater

Console bash script to make it easier to update packages (auto updaters only)

Install

Download file, than make it executable: chmod +x upd.sh Copy the file to /usr/bin without extension: sudo cp upd.sh /usr/bin/upd type upd from console and run it :)

Change Log

@TribeMeladee
TribeMeladee / index.html
Created October 14, 2019 00:58
Assignment UNIT # 6, Earth and Moon CS4406 Computer Graphics - Exercise #6 // source https://jsbin.com/zobujov
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="https://getfirebug.com/firebug-lite-debug.js"></script>
<meta name="description" content="CS4406 Computer Graphics - Exercise #6" />
<meta charset="utf-8" />
<title>Assignment UNIT # 6, Earth and Moon</title>
<style>
#container {
background: #ffffff;
@shamiul94
shamiul94 / How to install opengl in ubuntu.txt
Last active December 4, 2025 01:29
How to install opengl in ubuntu
What Is OpenGL?
OpenGL is a Graphics rendering API which is operating system independent, window system independent and has high-quality color images composed of geometric and image primitives.
OpenGL APIs can use following …
Gl
OpenGL API implementation (http://www.opengl.org)
Glu
OpenGL Utility
Glut – GLUT (OpenGL Utility Toolkit) – Glut is portable windowing API and it is not officially part of OpenGL.
OpenGL Utility Toolkit (http://www.opengl.org/resources/libraries/glut/)