- AUR account (aur.archlinux.org)
- Archweb account (archlinux.org)
- devtools
- aurpublish
feat: new featurefix(scope): bug in scopefeat!: breaking change/feat(scope)!: rework APIchore(deps): update dependencies
build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)ci: Changes to CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)chore: Changes which doesn't change source code or tests e.g. changes to the build process, auxiliary tools, libraries
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
| ; print all command line arguments (5 characters) and exit | |
| ; for 64-bit systems, Linux syscalls | |
| ; for simplicity, this program does not calculate the length of the strings. | |
| ; assemble with: nasm -f elf64 -o args args.asm | |
| ; link with: ld -o args args.o | |
| sys_write equ 1 ; the linux WRITE syscall | |
| sys_exit equ 60 ; the linux EXIT syscall | |
| sys_stdout equ 1 ; the file descriptor for standard output (to print/write to) |
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
| @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
| /* tabs on bottom of window */ | |
| #navigator-toolbox { -moz-box-ordinal-group: 10; } | |
| #TabsToolbar { -moz-box-ordinal-group: 10; } | |
| #PopupAutoCompleteRichResult { | |
| margin-top: -35vh; | |
| /* | |
| position: fixed; | |
| bottom: 74px; |
This gist will show the support of BiDirectional text in the terminal emulators and console programs. You can read more about the standardization efforts at the dedicated page of FreeDesktop Terminal BiDi working group.
| Logical Order | ◀ ◀ ◀ RTL | LTR ▶ ▶ ▶ |
|---|---|---|
| WHAT IS UNICODE؟ in arabic | in arabic ؟EDOCINU SI TAHW | ؟EDOCINU SI TAHW in arabic |
| ما هو الترميز الموحد يونيكود؟ in Arabic | ما هو الترميز الموحد يونيكود؟ in Arabic |
