Skip to content

Instantly share code, notes, and snippets.

View profitware's full-sized avatar
🤔
Researching something...

Sergey Sobko profitware

🤔
Researching something...
View GitHub Profile
@profitware
profitware / index.html
Created October 8, 2019 17:07
HTML5 Index
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hello</title>
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script>
$(function() {
});
#!/bin/bash
identify $(find . -type f \( -name "*.jpg" -o -name "*.png" -o -name "*.jpeg" \)) \
| awk '
function basename(file) {
sub("./img/*/", "", file);
return file;
}
{
split($3, a, "x");
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__author__ = 'Sergey Sobko'
__email__ = '[email protected]'
__copyright__ = 'Copyright 2014, The Profitware Group'
def nucleobase_yielder():
while True: