Skip to content

Instantly share code, notes, and snippets.

View pointbazaar's full-sized avatar
🌳
OCP Inspired

Alexander pointbazaar

🌳
OCP Inspired
View GitHub Profile
@soachishti
soachishti / floatio.asm
Created October 19, 2015 14:49
Irvine Lib Implementation (WriteFloat)
; Source: http://home.aubg.bg/students/TMG120/irvine/irvine/Examples/Lib16/Irvine16_Library/floatio.asm
; Floating Point IO Procedures (floatio.asm)
COMMENT @
Authors: W. A. Barrett, San Jose State University,
James Brink, Pacific Lutheran University
Used by Permission (July 2005).
@soachishti
soachishti / WriteFloatImplementation.asm
Last active October 25, 2019 22:05
Print Float Binary
; Print exponent if exponent greater than 10
; positive and negative exponent
Include Irvine32.inc
; Change value of number and see result
.data
divisor DWORD 10b
;number DWORD 1.5
@taniarascia
taniarascia / index.html
Last active March 30, 2025 07:01
HTML Skeleton file
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<meta name="author" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
@danrovito
danrovito / countrydropdown.html
Last active June 5, 2025 16:25
HTML Country Select Dropdown List
<label for="country">Country</label><span style="color: red !important; display: inline; float: none;">*</span>
<select id="country" name="country" class="form-control">
<option value="Afghanistan">Afghanistan</option>
<option value="Åland Islands">Åland Islands</option>
<option value="Albania">Albania</option>
<option value="Algeria">Algeria</option>
<option value="American Samoa">American Samoa</option>
<option value="Andorra">Andorra</option>
<option value="Angola">Angola</option>
@nikAizuddin
nikAizuddin / Print floating-point number to stdout (NASM, for Linux)
Created October 27, 2014 12:36
Print double precision value to stdout using x86 Assembly Language (NASM Assembler for Linux).
; 1 2 3 4 5 6 7
;01234567890123456789012345678901234567890123456789012345678901234567890
;=======================================================================
;+---------------------------------------------------------------------+
;| |
;| Print floating-point number to stdout |
;| |
;| This example shows how to print double value from FPU register |
;| to stdout. |
;| |
@esfand
esfand / nginxvarcore.md
Last active May 17, 2021 16:39
Nginx Variables

Embedded Variables

The ngx_http_core_module module supports embedded variables with names matching the Apache Server variables. First of all, these are variables representing client request header fields, such as $http_user_agent, $http_cookie, and so on. Also there are other variables:

  • $arg_name
    argument name in the request line