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
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="https://unpkg.com/[email protected]/konva.min.js"></script> | |
<meta charset="utf-8" /> | |
<title>Konva Drop</title> | |
<style> | |
body { | |
margin: 0; |
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
""" | |
Dabūt laukā visus terminu locījumus no tezaurs.lv | |
""" | |
from typing import List | |
import requests | |
import dataclasses | |
API = "https://api.tezaurs.lv/v1/inflections/" |
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
/** | |
* Generate index based on multiple inflections of the same term. | |
* Requires http://underscorejs.org/ (with export statement removed) to be placed in the specified path. | |
* | |
*/ | |
#target indesign; | |
#include "/path/to/underscore.js" | |
var _ = this._; |
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
import itertools | |
frakcijas = [ | |
("JV", 26), | |
("ZZS", 16), | |
("AS", 15), | |
("NA", 13), | |
("S!", 11), | |
("LPV", 9), | |
("PRO", 10), |
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
Sub ResetFindParameters(oRng As Range) | |
With oRng.Find | |
.ClearFormatting | |
.Replacement.ClearFormatting | |
.Text = "" | |
.Replacement.Text = "" | |
.Forward = True | |
.Wrap = wdFindStop | |
.Format = False | |
.MatchCase = False |
OlderNewer