- Created doc while stumbling upon this PR / issue in https://github.com/night/betterttv
- Also kudos Chrome network panel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| defmodule Bumper do | |
| @doc ~S""" | |
| Reads a Bitmap (24-bit) and displays width, height, and the RGB of each pixel | |
| """ | |
| def show(filename) do | |
| {:ok, bindata} = File.read(filename) | |
| << "BM", | |
| _::size(64), | |
| offset_to_pixels::size(32)-little, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| MIT License | |
| Copyright © Joel Whitaker | |
| 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 | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Shader "Unlit/PolyRhythmVisualizer" { | |
| Properties { | |
| _TimeCode ("Input Time", Float) = 0 | |
| _OuterRingFreq ("Outer Ring Frequency", Float) = 1 | |
| _InnerRingFreq ("Inner Ring Frequency", Float) = 0.922 | |
| _RingCount ("Ring Count", Int) = 35 | |
| _VibrantFreq ("Vibrant Frequency", Float) = 2 | |
| _Vibrant ("Vibrant", Range(0, 1)) = 0.5 | |
| _Decay ("Decay", Range(0, 10)) = 2 | |
| [Header(Cosine Gradiant)] |
Hi! I am an Iranian Software Engineer, and in this torn paper note, I want to talk about some funny moments I had online related to the fact that I was spawned in this specific region of the world: Iran.
Back when I was a student, I got access to the Microsoft Imagine, and as a result, I got access to the Microsoft Store as a developer. This inspired me write one of my open-source projects called EyesGuard and publish it on Microsoft Store. However, one day, somebody told me that they can no longer find EyesGuard on the store.