Create .mintty folder with subfolder themes in c:\Users\< >
Example:
C:\Users\sandeep\.mintty\themes
Download '.minttyrc' files from https://github.com/iamthad/base16-mintty and add them to themes folder.
| #!/usr/bin/python | |
| def hex_dump_memory(ptr, num): | |
| import ctypes | |
| s = '' | |
| n = 0 | |
| lines = [] | |
| data = list((num * ctypes.c_byte).from_address(ptr)) |
Create .mintty folder with subfolder themes in c:\Users\< >
Example:
C:\Users\sandeep\.mintty\themes
Download '.minttyrc' files from https://github.com/iamthad/base16-mintty and add them to themes folder.
| package main | |
| import ( | |
| "fmt" | |
| "sync" | |
| ) | |
| var list = [...]int{1, 2, 3, 4, 5} | |
| func main() { |
This is a fork of and builds upon the work of Eddie Webb's search and Matthew Daly's search explorations.
It's built for the Hugo static site generator, but could be adopted to function with any json index.
To see it in action, go to craigmod.com and press CMD-/ and start typing.